Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp387 static bool hasRoundingModeOperand(Intrinsic::ID CIID) { in hasRoundingModeOperand() argument
388 switch (CIID) { in hasRoundingModeOperand()
404 Intrinsic::ID CIID = getConstrainedIntrinsicID(OldInst); in cloneInstruction() local
405 if (CIID != Intrinsic::not_intrinsic) { in cloneInstruction()
414 getIntrinsicInfoTableEntries(CIID, Descriptor); in cloneInstruction()
438 Intrinsic::getDeclaration(NewFunc->getParent(), CIID, TParams); in cloneInstruction()
456 if (hasRoundingModeOperand(CIID)) in cloneInstruction()