Searched refs:CreateFCmpULT (Results 1 - 19 of 19) sorted by relevance

/external/llvm/unittests/IR/
H A DPatternMatch.cpp154 .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/
H A Dtoy.cpp418 L = Builder.CreateFCmpULT(L, R, "cmptmp");
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp442 L = Builder.CreateFCmpULT(L, R, "cmptmp");
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp566 L = Builder.CreateFCmpULT(L, R, "cmptmp");
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp669 L = Builder.CreateFCmpULT(L, R, "cmptmp");
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp774 L = Builder.CreateFCmpULT(L, R, "cmptmp");
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp700 L = Builder.CreateFCmpULT(L, R, "cmptmp");
H A Dtoy.cpp1067 L = Builder.CreateFCmpULT(L, R, "cmptmp");
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp925 L = Builder.CreateFCmpULT(L, R, "cmptmp");
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp682 L = Builder.CreateFCmpULT(L, R, "cmptmp");
H A Dtoy.cpp965 L = Builder.CreateFCmpULT(L, R, "cmptmp");
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp961 L = Builder.CreateFCmpULT(L, R, "cmptmp");
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1141 L = Builder.CreateFCmpULT(L, R, "cmptmp");
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp808 L = C.getBuilder().CreateFCmpULT(L, R, "cmptmp");
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp807 L = C.getBuilder().CreateFCmpULT(L, R, "cmptmp");
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp807 L = C.getBuilder().CreateFCmpULT(L, R, "cmptmp");
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp807 L = C.getBuilder().CreateFCmpULT(L, R, "cmptmp");
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1492 Value *CreateFCmpULT(Value *LHS, Value *RHS, const Twine &Name = "", function in class:llvm::IRBuilder
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp787 Builder.CreateFCmpULT(Abs, ConstantFP::getInfinity(V->getType()),"isinf");

Completed in 246 milliseconds