Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp2524 if (const auto *ConstrIntr = dyn_cast<ConstrainedFPIntrinsic>(Call)) { in ConstantFoldScalarCall2() local
2525 RoundingMode RM = getEvaluationRoundingMode(ConstrIntr); in ConstantFoldScalarCall2()
2548 return evaluateCompare(Op1V, Op2V, ConstrIntr); in ConstantFoldScalarCall2()
2550 if (mayFoldConstrained(const_cast<ConstrainedFPIntrinsic *>(ConstrIntr), in ConstantFoldScalarCall2()
2994 if (const auto *ConstrIntr = dyn_cast<ConstrainedFPIntrinsic>(Call)) { in ConstantFoldScalarCall3() local
2995 RoundingMode RM = getEvaluationRoundingMode(ConstrIntr); in ConstantFoldScalarCall3()
3007 const_cast<ConstrainedFPIntrinsic *>(ConstrIntr), St)) in ConstantFoldScalarCall3()