HomeSort by: relevance | last modified time | path
    Searched refs:getExtendedType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h 66 IntegerType *getExtendedType() const {
454 return VectorType::get(EltTy->getExtendedType(), VTy->getElementCount());
693 Type *Type::getExtendedType() const {
700 return cast<IntegerType>(this)->getExtendedType();
Type.h 394 inline Type *getExtendedType() const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 208 Type *ExtendedTy = WidestTy->getExtendedType();
InstCombineCasts.cpp 760 auto *NewDestTy = DestITy->getExtendedType();

Completed in 54 milliseconds