Searched refs:getFDiv (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 73 return ConstantExpr::getFDiv(LHS, RHS); in CreateFDiv()
|
D | Constants.h | 943 static Constant *getFDiv(Constant *C1, Constant *C2);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 76 return Fold(ConstantExpr::getFDiv(LHS, RHS)); in CreateFDiv()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 447 Constant *CDivC1 = ConstantExpr::getFDiv(C, C1); in visitFMul() 453 Constant *C1DivC = ConstantExpr::getFDiv(C1, C); in visitFMul() 1161 auto *RecipC = ConstantExpr::getFDiv(ConstantFP::get(I.getType(), 1.0), C); in foldFDivConstantDivisor() 1187 NewC = ConstantExpr::getFDiv(C, C2); in foldFDivConstantDividend()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 2361 Constant *ConstantExpr::getFDiv(Constant *C1, Constant *C2) { in getFDiv() function in ConstantExpr
|
D | Core.cpp | 1577 return wrap(ConstantExpr::getFDiv(unwrap<Constant>(LHSConstant), in LLVMConstFDiv()
|