Searched refs:ConstantFoldBinaryFP (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 2000 Constant *ConstantFoldBinaryFP(double (*NativeFP)(double, double), in ConstantFoldBinaryFP() function 2534 return ConstantFoldBinaryFP(pow, APFloat(2.0), APF, Ty); in ConstantFoldScalarCall1() 2537 return ConstantFoldBinaryFP(pow, APFloat(10.0), APF, Ty); in ConstantFoldScalarCall1() 2641 return ConstantFoldBinaryFP(pow, APFloat(2.0), APF, Ty); in ConstantFoldScalarCall1() 2929 return ConstantFoldBinaryFP(pow, Op1V, Op2V, Ty); in ConstantFoldLibCall2() 2957 return ConstantFoldBinaryFP(atan2, Op1V, Op2V, Ty); in ConstantFoldLibCall2() 3167 return ConstantFoldBinaryFP(pow, Op1V, Op2V, Ty); in ConstantFoldIntrinsicCall2() 4210 return ConstantFoldBinaryFP(pow, Op0, Op1, Ty) != nullptr; in isMathLibCallNoop()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 19484 {"_Z20ConstantFoldBinaryFPPFdddEddPKN4llvm4TypeE", "ConstantFoldBinaryFP(double (*)(double, double)…
|