HomeSort by relevance Sort by last modified time
    Searched refs:getFMul (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 339 Constant *F = ConstantExpr::getFMul(C1 ? C1 : C0, C);
345 ConstantFP *F = cast<ConstantFP>(ConstantExpr::getFMul(C0, C));
423 Value *M1 = ConstantExpr::getFMul(C1, C);
870 Constant *C = ConstantExpr::getFMul(C1, C2);
904 Fold = ConstantExpr::getFMul(C1, C2);
    [all...]
  /external/llvm/include/llvm/Support/
ConstantFolder.h 53 return ConstantExpr::getFMul(LHS, RHS);
TargetFolder.h 69 return Fold(ConstantExpr::getFMul(LHS, RHS));
  /external/llvm/unittests/IR/
ConstantsTest.cpp 209 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR);
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Core.cpp 835 return wrap(ConstantExpr::getFMul(unwrap<Constant>(LHSConstant),
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 874 See the method [llvm::ConstantExpr::getFMul]. *)
    [all...]

Completed in 8672 milliseconds