Searched refs:Op1V (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 1334 double Op1V = Ty->isFloatTy() ? in ConstantFoldCall() local 1346 return ConstantFoldBinaryFP(pow, Op1V, Op2V, Ty); in ConstantFoldCall() 1348 return ConstantFoldBinaryFP(fmod, Op1V, Op2V, Ty); in ConstantFoldCall() 1350 return ConstantFoldBinaryFP(atan2, Op1V, Op2V, Ty); in ConstantFoldCall() 1354 APFloat((float)std::pow((float)Op1V, in ConstantFoldCall() 1358 APFloat((double)std::pow((double)Op1V, in ConstantFoldCall()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1706 double Op1V = getValueAsDouble(Op1); in ConstantFoldScalarCall() local 1714 return ConstantFoldBinaryFP(pow, Op1V, Op2V, Ty); in ConstantFoldScalarCall() 1739 return ConstantFoldBinaryFP(pow, Op1V, Op2V, Ty); in ConstantFoldScalarCall() 1742 return ConstantFoldBinaryFP(fmod, Op1V, Op2V, Ty); in ConstantFoldScalarCall() 1745 return ConstantFoldBinaryFP(atan2, Op1V, Op2V, Ty); in ConstantFoldScalarCall() 1749 APFloat((float)std::pow((float)Op1V, in ConstantFoldScalarCall() 1753 APFloat((float)std::pow((float)Op1V, in ConstantFoldScalarCall() 1757 APFloat((double)std::pow((double)Op1V, in ConstantFoldScalarCall()
|
/external/swiftshader/third_party/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()
|