HomeSort by relevance Sort by last modified time
    Searched refs:CreateICmpSLT (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 75 Res = Builder.CreateSelect(Builder.CreateICmpSLT(Orig, Val),
79 Res = Builder.CreateSelect(Builder.CreateICmpSLT(Orig, Val),
InductiveRangeCheckElimination.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 158 Value *Cmp1 = Builder->CreateICmpSLT(Offset, ConstantInt::get(IntTy, 0));
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 495 CGF.Builder.CreateICmpSLT(selector, zero, "ehspec.fails");
    [all...]
CGExprCXX.cpp 652 hasOverflow = CGF.Builder.CreateICmpSLT(numElements,
    [all...]
CGStmtOpenMP.cpp     [all...]
CGExprScalar.cpp     [all...]
CGBuiltin.cpp 180 return CGF.Builder.CreateICmpSLT(V, Zero);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]

Completed in 127 milliseconds