Lines Matching defs:CtxI
39 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT,
75 CtxI, AC, DT, TLI, Visited, MaxDepth);
82 BC->getOperand(0), Alignment, Size, DL, CtxI, AC, DT, TLI,
89 Size, DL, CtxI, AC, DT, TLI,
92 Size, DL, CtxI, AC, DT, TLI,
103 isKnownNonZero(V, SimplifyQuery(DL, DT, AC, CtxI))) {
117 return isDereferenceableAndAlignedPointer(RP, Alignment, Size, DL, CtxI,
137 isKnownNonZero(V, SimplifyQuery(DL, DT, AC, CtxI)) &&
152 Alignment, Size, DL, CtxI, AC, DT,
157 Size, DL, CtxI, AC, DT, TLI,
160 if (CtxI) {
168 if (!isValidAssumeForContext(Assume, CtxI, DT))
189 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT,
197 return ::isDereferenceableAndAlignedPointer(V, Alignment, Size, DL, CtxI, AC,
203 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT,
217 return isDereferenceableAndAlignedPointer(V, Alignment, AccessSize, DL, CtxI,
223 const Instruction *CtxI,
227 return isDereferenceableAndAlignedPointer(V, Ty, Align(1), DL, CtxI, AC, DT,
366 const Instruction* CtxI = DT ? ScanFrom : nullptr;
367 if (isDereferenceableAndAlignedPointer(V, Alignment, Size, DL, CtxI, AC, DT,