Home
last modified time | relevance | path

Searched refs:CIID (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp394 Intrinsic::ID CIID = getConstrainedIntrinsicID(OldInst); in cloneInstruction() local
395 if (CIID != Intrinsic::not_intrinsic) { in cloneInstruction()
404 getIntrinsicInfoTableEntries(CIID, Descriptor); in cloneInstruction()
428 Intrinsic::getDeclaration(NewFunc->getParent(), CIID, TParams); in cloneInstruction()
446 if (Intrinsic::hasConstrainedFPRoundingModeOperand(CIID)) in cloneInstruction()