Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp341 Type *PointerElementType; in collectCandidates() local
345 PointerElementType = LMemI->getType(); in collectCandidates()
348 PointerElementType = SMemI->getValueOperand()->getType(); in collectCandidates()
350 PointerElementType = Type::getInt8Ty(J.getContext()); in collectCandidates()
371 if (isValidCandidate(&J, PtrValue, PointerElementType)) in collectCandidates()
844 if (PointerElementType->isIntegerTy(64)) { in runOnLoop()
861 const Type *PointerElementType) { in runOnLoop() argument
865 return (PointerElementType->isIntegerTy(64)) || in runOnLoop()
866 (PointerElementType->isFloatTy()) || in runOnLoop()
867 (PointerElementType->isDoubleTy()) || in runOnLoop()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1264 Type *PointerElementType = PhiTy->getPointerElementType(); in isInductionPHI() local
1267 if (!PointerElementType->isSized()) in isInductionPHI()
1271 int64_t Size = static_cast<int64_t>(DL.getTypeAllocSize(PointerElementType)); in isInductionPHI()