Searched refs:CreateICmpSGT (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1066 : B.CreateICmpSGT(LS.IndVarStart, ExitSubloopAt);
1075 : B.CreateICmpSGT(LS.IndVarNext, ExitSubloopAt);
1089 : B.CreateICmpSGT(LS.IndVarNext, LS.LoopExitAt);
/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp363 NewVal = Builder.CreateICmpSGT(Loaded, Inc);
/external/llvm/lib/IR/
H A DAutoUpgrade.cpp385 Rep = Builder.CreateICmpSGT(CI->getArgOperand(0), CI->getArgOperand(1),
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1687 EmitCheck(std::make_pair(Builder.CreateICmpSGT(Size, Zero),
H A DMicrosoftCXXABI.cpp2456 Builder.CreateICmpSGT(FirstGuardLoad, InitThreadEpoch);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1435 Value *CreateICmpSGT(Value *LHS, Value *RHS, const Twine &Name = "") { function in class:llvm::IRBuilder
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1548 Value *ICmp = Builder.CreateICmpSGT(LHS, RHS);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1680 B.CreateICmpSGT(Op, Constant::getAllOnesValue(Op->getType()), "ispos");
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2120 Value *Result = Builder->CreateICmpSGT(LHSCIOp, NegOne, ICI.getName());

Completed in 365 milliseconds