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

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 166 F = Builder.CreateFDiv(F, F);
175 F = Builder.CreateFDiv(F, F);
184 F = Builder.CreateFDiv(F, F);
232 F = Builder.CreateFDiv(F, F);
  /external/llvm/include/llvm/IR/
NoFolder.h 106 Instruction *CreateFDiv(Constant *LHS, Constant *RHS) const {
107 return BinaryOperator::CreateFDiv(LHS, RHS);
ConstantFolder.h 63 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const {
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 510 R = BinaryOperator::CreateFDiv(F, Opnd1);
521 R = BinaryOperator::CreateFDiv(Opnd0, F);
    [all...]
InstCombineAddSub.cpp 178 Value *createFDiv(Value *Opnd0, Value *Opnd1);
512 Value *RI = createFDiv(NewAddSub, Factor);
783 Value *FAddCombine::createFDiv(Value *Opnd0, Value *Opnd1) {
784 Value *V = Builder->CreateFDiv(Opnd0, Opnd1);
    [all...]
InstCombineCalls.cpp 811 return BinaryOperator::CreateFDiv(ConstantFP::get(CI.getType(), 1.0),
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 77 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const {
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 773 DSTr = Builder.CreateFDiv(LHSr, RHSr);
774 DSTi = Builder.CreateFDiv(LHSi, RHSr);
    [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 698 case '/': return Builder.CreateFDiv(L, R, "divtmp");
    [all...]
toy.cpp 1065 case '/': return Builder.CreateFDiv(L, R, "divtmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 923 case '/': return Builder.CreateFDiv(L, R, "divtmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 680 case '/': return Builder.CreateFDiv(L, R, "divtmp");
    [all...]
toy.cpp 963 case '/': return Builder.CreateFDiv(L, R, "divtmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp 806 case '/': return C.getBuilder().CreateFDiv(L, R, "divtmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp 805 case '/': return C.getBuilder().CreateFDiv(L, R, "divtmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp 805 case '/': return C.getBuilder().CreateFDiv(L, R, "divtmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp 805 case '/': return C.getBuilder().CreateFDiv(L, R, "divtmp");
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1633 milliseconds