Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFPEnv.h73 Intrinsic::ID getConstrainedIntrinsicID(const Instruction &Instr);
H A DIntrinsicInst.h617 std::optional<unsigned> getConstrainedIntrinsicID() const { in getConstrainedIntrinsicID() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp90 Intrinsic::ID getConstrainedIntrinsicID(const Instruction &Instr) { in getConstrainedIntrinsicID() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp743 if (auto CID = VPI.getConstrainedIntrinsicID()) in expandPredication()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp404 Intrinsic::ID CIID = getConstrainedIntrinsicID(OldInst); in cloneInstruction()