Home
last modified time | relevance | path

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/
DConstantFolder.h73 return ConstantExpr::getFDiv(LHS, RHS); in CreateFDiv()
DConstants.h943 static Constant *getFDiv(Constant *C1, Constant *C2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h76 return Fold(ConstantExpr::getFDiv(LHS, RHS)); in CreateFDiv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp447 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/
DConstants.cpp2361 Constant *ConstantExpr::getFDiv(Constant *C1, Constant *C2) { in getFDiv() function in ConstantExpr
DCore.cpp1577 return wrap(ConstantExpr::getFDiv(unwrap<Constant>(LHSConstant), in LLVMConstFDiv()