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

1 2

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp     [all...]
Verifier.cpp 861 Assert1(SrcTy->isIntOrIntVectorTy(), "Trunc only operates on integer", &I)
    [all...]
Instructions.cpp     [all...]
ValueTypes.cpp 50 return LLVMTy->isIntOrIntVectorTy();
Type.cpp 54 /// isIntOrIntVectorTy - Return true if this is an integer type or a vector of
57 bool Type::isIntOrIntVectorTy() const {
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Instructions.cpp     [all...]
Verifier.cpp     [all...]
ValueTypes.cpp 55 return LLVMTy->isIntOrIntVectorTy();
Type.cpp 588 return V->getType()->isIntOrIntVectorTy();
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 166 /// isIntOrIntVectorTy - Return true if this is an integer type or a vector of
169 bool isIntOrIntVectorTy() const;
Instructions.h     [all...]
  /external/llvm/include/llvm/IR/
Type.h 199 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 219 if (S1->getType()->isIntOrIntVectorTy())
231 if (S1->getType()->isIntOrIntVectorTy())
243 if (S1->getType()->isIntOrIntVectorTy())
255 Constant *NegOne = Ty->isIntOrIntVectorTy() ?
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 671 if (StoreTy->isIntOrIntVectorTy())
826 if (LoadTy->isIntOrIntVectorTy())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 110 (!VTy->isIntOrIntVectorTy() ||
401 if (!I->getOperand(0)->getType()->isIntOrIntVectorTy())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp 66 assert((V->getType()->isIntOrIntVectorTy() || V->getType()->isPointerTy())
70 (!V->getType()->isIntOrIntVectorTy() ||
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 31 return V.first->getType()->isIntOrIntVectorTy();
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 31 return V.first->getType()->isIntOrIntVectorTy();
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 31 return V.first->getType()->isIntOrIntVectorTy();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 112 (!VTy->isIntOrIntVectorTy() || VTy->getScalarSizeInBits() == BitWidth) &&
447 if (!I->getOperand(0)->getType()->isIntOrIntVectorTy())
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 287 return V.first->getType()->isIntOrIntVectorTy();
    [all...]

Completed in 340 milliseconds

1 2