Searched refs:CreateICmpSGE (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp711 return IRB.CreateICmpSGE(LastAccessedByte, ShadowValue);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1178 Value *CreateICmpSGE(Value *LHS, Value *RHS, const Twine &Name = "") { function in class:llvm::IRBuilder
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp246 Builder.CreateICmpSGE(ArgValue,
H A DCGExpr.cpp1176 llvm::Value *Lower = Builder.CreateICmpSGE(
H A DCGExprScalar.cpp581 llvm::Value *GE = Builder.CreateICmpSGE(Src, Min);
H A DTargetInfo.cpp3867 UsingStack = CGF.Builder.CreateICmpSGE(reg_offs,

Completed in 115 milliseconds