Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp358 static bool hasRoundingModeOperand(Intrinsic::ID CIID) { in hasRoundingModeOperand() argument
359 switch (CIID) { in hasRoundingModeOperand()
375 Intrinsic::ID CIID = getConstrainedIntrinsicID(OldInst); in cloneInstruction() local
376 if (CIID != Intrinsic::not_intrinsic) { in cloneInstruction()
385 getIntrinsicInfoTableEntries(CIID, Descriptor); in cloneInstruction()
409 Intrinsic::getDeclaration(NewFunc->getParent(), CIID, TParams); in cloneInstruction()
427 if (hasRoundingModeOperand(CIID)) in cloneInstruction()