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

  /external/llvm/unittests/AsmParser/
AsmParserTest.cpp 87 EXPECT_TRUE(cast<ConstantInt>(V)->equalsInt(42));
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Analysis/
LoopInfo.cpp 172 if (CI->equalsInt(1))
ScalarEvolution.cpp     [all...]
  /external/llvm/include/llvm/IR/
Constants.h 133 bool equalsInt(uint64_t V) const {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 471 if (CI0 && CI0->equalsInt(0))
    [all...]

Completed in 143 milliseconds