Searched refs:CreateFCmpONE (Results 1 - 16 of 16) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp601 CondV = Builder.CreateFCmpONE(
718 EndCond = Builder.CreateFCmpONE(
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp712 CondV = Builder.CreateFCmpONE(
829 EndCond = Builder.CreateFCmpONE(
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp817 CondV = Builder.CreateFCmpONE(
943 EndCond = Builder.CreateFCmpONE(
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp743 CondV = Builder.CreateFCmpONE(CondV,
864 EndCond = Builder.CreateFCmpONE(EndCond,
H A Dtoy.cpp1107 CondV = Builder.CreateFCmpONE(CondV,
1228 EndCond = Builder.CreateFCmpONE(EndCond,
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp965 CondV = Builder.CreateFCmpONE(CondV,
1086 EndCond = Builder.CreateFCmpONE(EndCond,
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp725 CondV = Builder.CreateFCmpONE(CondV,
846 EndCond = Builder.CreateFCmpONE(EndCond,
H A Dtoy.cpp1005 CondV = Builder.CreateFCmpONE(CondV,
1126 EndCond = Builder.CreateFCmpONE(EndCond,
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1008 CondV = Builder.CreateFCmpONE(
1136 EndCond = Builder.CreateFCmpONE(
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1185 CondV = Builder.CreateFCmpONE(CondV,
1306 EndCond = Builder.CreateFCmpONE(EndCond,
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp852 CondV = C.getBuilder().CreateFCmpONE(CondV, FPZero, "ifcond");
971 EndCond = C.getBuilder().CreateFCmpONE(EndCond,
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp851 CondV = C.getBuilder().CreateFCmpONE(CondV, FPZero, "ifcond");
970 EndCond = C.getBuilder().CreateFCmpONE(EndCond,
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp851 CondV = C.getBuilder().CreateFCmpONE(CondV, FPZero, "ifcond");
970 EndCond = C.getBuilder().CreateFCmpONE(EndCond,
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp851 CondV = C.getBuilder().CreateFCmpONE(CondV, FPZero, "ifcond");
970 EndCond = C.getBuilder().CreateFCmpONE(EndCond,
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1468 Value *CreateFCmpONE(Value *LHS, Value *RHS, const Twine &Name = "", function in class:llvm::IRBuilder
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp739 LHS = Builder.CreateFCmpONE(LHS, RHS, "cmp");

Completed in 486 milliseconds