HomeSort by relevance Sort by last modified time
    Searched refs:CreateFCmpULT (Results 1 - 15 of 15) 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 384 L = Builder.CreateFCmpULT(L, R, "cmptmp");
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 485 L = Builder.CreateFCmpULT(L, R, "cmptmp");
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 581 L = Builder.CreateFCmpULT(L, R, "cmptmp");
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 677 L = Builder.CreateFCmpULT(L, R, "cmptmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 701 L = Builder.CreateFCmpULT(L, R, "cmptmp");
    [all...]
toy.cpp 1068 L = Builder.CreateFCmpULT(L, R, "cmptmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 926 L = Builder.CreateFCmpULT(L, R, "cmptmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 683 L = Builder.CreateFCmpULT(L, R, "cmptmp");
    [all...]
toy.cpp 966 L = Builder.CreateFCmpULT(L, R, "cmptmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 533 Builder.CreateFCmpULT(Abs, ConstantFP::getInfinity(V->getType()),"isinf");
    [all...]

Completed in 62 milliseconds