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

  /external/llvm/lib/Target/X86/
X86AtomicExpandPass.cpp 201 NewVal = Builder.CreateICmpULE(Loaded, Inc);
  /external/llvm/lib/CodeGen/
AtomicExpandLoadLinkedPass.cpp 211 NewVal = Builder.CreateICmpULE(Loaded, AI->getValOperand());
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 585 Check = Builder.CreateICmpULE(Src, Max);
    [all...]
CGExpr.cpp 669 : Builder.CreateICmpULE(IndexVal, BoundVal);
    [all...]
CGStmt.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]

Completed in 690 milliseconds