Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2735 } else if (auto *Op2C = dyn_cast<ConstantInt>(Operands[1])) { in ConstantFoldIntrinsicCall2() local
2740 scalbn(Op1V, Op2C->getSExtValue(), APFloat::rmNearestTiesToEven)); in ConstantFoldIntrinsicCall2()
2743 FPClassTest Mask = static_cast<FPClassTest>(Op2C->getZExtValue()); in ConstantFoldIntrinsicCall2()
2758 int Exp = static_cast<int>(Op2C->getSExtValue()); in ConstantFoldIntrinsicCall2()