HomeSort by relevance Sort by last modified time
    Searched refs:ICmpInst (Results 51 - 73 of 73) sorted by null

1 23

  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 615 llvm::ICmpInst::Predicate Eq;
618 Eq = llvm::ICmpInst::ICMP_NE;
622 Eq = llvm::ICmpInst::ICMP_EQ;
    [all...]
MicrosoftCXXABI.cpp     [all...]
CGExprScalar.cpp 486 return EmitCompare(E, llvm::ICmpInst::UI, llvm::ICmpInst::SI, \
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
DependenceAnalysis.cpp 873 bool DependenceAnalysis::isKnownPredicate(ICmpInst::Predicate Pred,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 47 class ICmpInst;
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 693 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val);
    [all...]
GVN.cpp     [all...]
SCCP.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 505 EXPECT_TRUE(ConstantRange::makeICmpRegion(ICmpInst::ICMP_SGT,
  /external/llvm/lib/IR/
Verifier.cpp 284 void visitICmpInst(ICmpInst &IC);
    [all...]
Core.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 1089 macro(ICmpInst) \
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 149 See the [llvm::ICmpInst::Predicate] enumeration. *)
    [all...]

Completed in 301 milliseconds

1 23