Home
last modified time | relevance | path

Searched refs:PointerElementType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp865 Type *PointerElementType = PtrValue->getType()->getPointerElementType(); in runOnLoop() local
866 return (PointerElementType->isIntegerTy(64)) || in runOnLoop()
867 (PointerElementType->isFloatTy()) || in runOnLoop()
868 (PointerElementType->isDoubleTy()) || in runOnLoop()
869 (PointerElementType->isIntegerTy(32) && in runOnLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp1238 Type *PointerElementType = PhiTy->getPointerElementType(); in isInductionPHI() local
1241 if (!PointerElementType->isSized()) in isInductionPHI()
1245 int64_t Size = static_cast<int64_t>(DL.getTypeAllocSize(PointerElementType)); in isInductionPHI()