Home
last modified time | relevance | path

Searched refs:TyAllocSize (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp621 uint64_t TyAllocSize = DL.getTypeAllocSize(AllocTy); in canReplaceGEPIdxWithZero() local
650 return isObjectSizeLessThanOrEq(GEPI->getOperand(0), TyAllocSize, DL) && in canReplaceGEPIdxWithZero()
DInstructionCombining.cpp1506 uint64_t TyAllocSize = DL.getTypeAllocSize(Ty); in visitGetElementPtrInst() local
1511 if (TyAllocSize == 1) { in visitGetElementPtrInst()
1516 if (TyAllocSize == 1ULL << C) in visitGetElementPtrInst()
1520 if (TyAllocSize == C) in visitGetElementPtrInst()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3274 uint64_t TyAllocSize = Q.DL.getTypeAllocSize(Ty); in SimplifyGEPInst() local
3276 if (TyAllocSize == 0) in SimplifyGEPInst()
3294 if (TyAllocSize == 1 && in SimplifyGEPInst()
3304 TyAllocSize == 1ULL << C) in SimplifyGEPInst()
3312 m_SpecificInt(TyAllocSize)))) in SimplifyGEPInst()