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

  /external/llvm/lib/Target/X86/
X86AtomicExpandPass.cpp 192 NewVal = Builder.CreateICmpSGT(Loaded, Inc);
  /external/llvm/lib/CodeGen/
AtomicExpandLoadLinkedPass.cpp 199 NewVal = Builder.CreateICmpSGT(Loaded, AI->getValOperand());
  /external/llvm/lib/IR/
AutoUpgrade.cpp 261 Rep = Builder.CreateICmpSGT(CI->getArgOperand(0), CI->getArgOperand(1),
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 322 case kCondGt: res = irb_->CreateICmpSGT(src1, src2); break;
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 145 milliseconds