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

  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 574 Value *Cmp = IRB.CreateICmpNE(
631 Value *Cmp = IRB.CreateICmpNE(ConvertedShadow,
    [all...]
AddressSanitizer.cpp     [all...]
DataFlowSanitizer.cpp 785 Value *Ne = IRB.CreateICmpNE(*i, DFSF.DFS.ZeroShadow);
    [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandLoadLinkedPass.cpp 220 Value *TryAgain = Builder.CreateICmpNE(
  /art/compiler/sea_ir/code_gen/
code_gen.cc 153 llvm::Value* ifne = llvm_data_->builder_.CreateICmpNE(left, right, instruction->StringId());
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 136 return Builder.CreateICmpNE(V, Zero, "tobool");
    [all...]
MicrosoftCXXABI.cpp     [all...]
ItaniumCXXABI.cpp 796 return Builder.CreateICmpNE(MemPtr, NegativeOne, "memptr.tobool");
    [all...]
CGExpr.cpp 466 Cond = Builder.CreateICmpNE(
    [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
InstCombineCompares.cpp 431 Value *C1 = Builder->CreateICmpNE(Idx, FirstFalseIdx);
433 Value *C2 = Builder->CreateICmpNE(Idx, SecondFalseIdx);
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 319 case kCondNe: res = irb_->CreateICmpNE(src1, src2); break;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 4011 milliseconds