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

  /external/llvm/lib/IR/
Constants.cpp     [all...]
Instructions.cpp     [all...]
Verifier.cpp     [all...]
ValueTypes.cpp 50 return LLVMTy->isIntOrIntVectorTy();
Type.cpp 656 return V->getType()->isIntOrIntVectorTy();
  /external/llvm/include/llvm/IR/
Type.h 198 /// isIntOrIntVectorTy - Return true if this is an integer type or a vector of
201 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
IRBuilder.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 28 return V.first->getType()->isIntOrIntVectorTy();
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 30 return V.first->getType()->isIntOrIntVectorTy();
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 30 return V.first->getType()->isIntOrIntVectorTy();
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 30 return V.first->getType()->isIntOrIntVectorTy();
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 112 (!VTy->isIntOrIntVectorTy() ||
412 if (!I->getOperand(0)->getType()->isIntOrIntVectorTy())
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 233 assert((V->getType()->isIntOrIntVectorTy() ||
238 (!V->getType()->isIntOrIntVectorTy() ||
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 772 milliseconds