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

  /external/llvm/unittests/IR/
PatternMatch.cpp 154 .match(IRB.CreateSelect(IRB.CreateFCmpULT(L, R), L, R)));
209 .match(IRB.CreateSelect(IRB.CreateFCmpULT(L, R), L, R)));
219 .match(IRB.CreateSelect(IRB.CreateFCmpULT(L, R), R, L)));
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 376 L = Builder.CreateFCmpULT(L, R, "cmptmp");
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 655 L = Builder.CreateFCmpULT(L, R, "cmptmp");
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 541 L = Builder.CreateFCmpULT(L, R, "cmptmp");
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 641 L = Builder.CreateFCmpULT(L, R, "cmptmp");
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 746 L = Builder.CreateFCmpULT(L, R, "cmptmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 941 L = Builder.CreateFCmpULT(L, R, "cmptmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 700 L = Builder.CreateFCmpULT(L, R, "cmptmp");
    [all...]
toy.cpp 1067 L = Builder.CreateFCmpULT(L, R, "cmptmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 925 L = Builder.CreateFCmpULT(L, R, "cmptmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 682 L = Builder.CreateFCmpULT(L, R, "cmptmp");
    [all...]
toy.cpp 965 L = Builder.CreateFCmpULT(L, R, "cmptmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp 809 L = C.getBuilder().CreateFCmpULT(L, R, "cmptmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp 808 L = C.getBuilder().CreateFCmpULT(L, R, "cmptmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp 808 L = C.getBuilder().CreateFCmpULT(L, R, "cmptmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp 808 L = C.getBuilder().CreateFCmpULT(L, R, "cmptmp");
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 607 Builder.CreateFCmpULT(Abs, ConstantFP::getInfinity(V->getType()),"isinf");
    [all...]

Completed in 328 milliseconds