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

  /external/llvm/lib/VMCore/
Verifier.cpp 854 Assert1(SrcTy->isIntOrIntVectorTy(), "Trunc only operates on integer", &I);
855 Assert1(DestTy->isIntOrIntVectorTy(), "Trunc only produces integer", &I);
    [all...]
Constants.cpp     [all...]
Instructions.cpp     [all...]
ValueTypes.cpp 50 return LLVMTy->isIntOrIntVectorTy();
Type.cpp 55 /// isIntOrIntVectorTy - Return true if this is an integer type or a vector of
58 bool Type::isIntOrIntVectorTy() const {
  /external/llvm/include/llvm/
Type.h 185 /// isIntOrIntVectorTy - Return true if this is an integer type or a vector of
188 bool isIntOrIntVectorTy() const;
Instructions.h     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 110 (!VTy->isIntOrIntVectorTy() ||
397 if (!I->getOperand(0)->getType()->isIntOrIntVectorTy())
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 234 assert((V->getType()->isIntOrIntVectorTy() ||
239 (!V->getType()->isIntOrIntVectorTy() ||
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 608 && (T1->isIntOrIntVectorTy() || T2->isIntOrIntVectorTy()))
    [all...]

Completed in 58 milliseconds