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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 62 return Fold(ConstantExpr::getFSub(LHS, RHS));
  /external/llvm/include/llvm/IR/
ConstantFolder.h 46 return ConstantExpr::getFSub(LHS, RHS);
Constants.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 46 return ConstantExpr::getFSub(LHS, RHS);
TargetFolder.h 62 return Fold(ConstantExpr::getFSub(LHS, RHS));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetFolder.h 61 return Fold(ConstantExpr::getFSub(LHS, RHS));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ConstantFolder.h 51 return ConstantExpr::getFSub(LHS, RHS);
Constants.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 634 static Constant *getFSub(Constant *C1, Constant *C2);
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 241 CHECK(ConstantExpr::getFSub(P1, P1), "fsub float " P1STR ", " P1STR);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
ConstantsTest.cpp 242 CHECK(ConstantExpr::getFSub(P1, P1), "fsub float " P1STR ", " P1STR);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp     [all...]
ConstantFold.cpp     [all...]
Core.cpp 757 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant),
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Core.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Constants.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 855 constant floats. See the method [llvm::ConstantExpr::getFSub]. *)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 80 milliseconds