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

  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 83 Res = Builder.CreateSelect(Builder.CreateICmpULT(Orig, Val),
87 Res = Builder.CreateSelect(Builder.CreateICmpULT(Orig, Val),
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 70 loop.CreateCondBr(loop.CreateICmpULT(newind, len), loopBB, newBB);
99 loop.CreateCondBr(loop.CreateICmpULT(newind, len), loopBB, newBB);
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 155 Value *Cmp2 = Builder->CreateICmpULT(Size, Offset);
156 Value *Cmp3 = Builder->CreateICmpULT(ObjSize, NeededSizeVal);
MemorySanitizer.cpp 672 Value *NotInThisModule = IRB.CreateOr(IRB.CreateICmpULT(Fn, Start),
    [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 253 CreateICmpULT(curhead, ptr_arr, testreg);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 311 Cond = Builder.CreateICmpULT(LowerBound, UpperBound);
325 Cond = Builder.CreateICmpULT(IVNext, UpperBound);
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 628 hasOverflow = CGF.Builder.CreateICmpULT(numElements,
635 CGF.Builder.CreateICmpULT(numElements,
    [all...]
CGClass.cpp 502 llvm::Value *IsLess = CGF.Builder.CreateICmpULT(Counter, NumElementsPtr,
    [all...]
CGExpr.cpp 668 llvm::Value *Check = Accessed ? Builder.CreateICmpULT(IndexVal, BoundVal)
    [all...]
CGObjC.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 757 Value *Cmp = Builder->CreateICmpULT(
838 Value *ICI = IC.Builder->CreateICmpULT(Op0, cast<ConstantInt>(Op1));
    [all...]
InstCombineAndOrXor.cpp 284 return Builder->CreateICmpULT(Add, UpperBound);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
SimplifyCFG.cpp     [all...]
  /art/compiler/llvm/
gbc_expander.cc 682 llvm::Value* is_stack_overflow = irb_.CreateICmpULT(frame_address, stack_end);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]

Completed in 528 milliseconds