Searched refs:Op1V (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1331 double Op1V = Ty->isFloatTy() ? in ConstantFoldCall() local 1343 return ConstantFoldBinaryFP(pow, Op1V, Op2V, Ty); in ConstantFoldCall() 1345 return ConstantFoldBinaryFP(fmod, Op1V, Op2V, Ty); in ConstantFoldCall() 1347 return ConstantFoldBinaryFP(atan2, Op1V, Op2V, Ty); in ConstantFoldCall() 1351 APFloat((float)std::pow((float)Op1V, in ConstantFoldCall() 1355 APFloat((double)std::pow((double)Op1V, in ConstantFoldCall()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 267 if (ConstantVector *Op1V = dyn_cast<ConstantVector>(Op1C)) { in visitFMul() local 269 if (Constant *Splat = Op1V->getSplatValue()) { in visitFMul()
|