Searched refs:CreateICmpSGT (Results 1 - 9 of 9) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 1066 : B.CreateICmpSGT(LS.IndVarStart, ExitSubloopAt); 1075 : B.CreateICmpSGT(LS.IndVarNext, ExitSubloopAt); 1089 : B.CreateICmpSGT(LS.IndVarNext, LS.LoopExitAt);
|
/external/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 363 NewVal = Builder.CreateICmpSGT(Loaded, Inc);
|
/external/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 385 Rep = Builder.CreateICmpSGT(CI->getArgOperand(0), CI->getArgOperand(1),
|
/external/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1687 EmitCheck(std::make_pair(Builder.CreateICmpSGT(Size, Zero),
|
H A D | MicrosoftCXXABI.cpp | 2456 Builder.CreateICmpSGT(FirstGuardLoad, InitThreadEpoch);
|
/external/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 1435 Value *CreateICmpSGT(Value *LHS, Value *RHS, const Twine &Name = "") { function in class:llvm::IRBuilder
|
/external/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 1548 Value *ICmp = Builder.CreateICmpSGT(LHS, RHS);
|
/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1680 B.CreateICmpSGT(Op, Constant::getAllOnesValue(Op->getType()), "ispos");
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 2120 Value *Result = Builder->CreateICmpSGT(LHSCIOp, NegOne, ICI.getName());
|
Completed in 365 milliseconds