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

  /external/llvm/lib/IR/
AutoUpgrade.cpp 186 Rep = Builder.CreateICmpSGT(CI->getArgOperand(0), CI->getArgOperand(1),
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 305 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 58 milliseconds