Lines Matching refs:CxtI
446 LVILatticeVal &Result, Instruction *CxtI = nullptr);
502 Instruction *CxtI = nullptr);
507 LVILatticeVal getValueAt(Value *V, Instruction *CxtI);
512 Instruction *CxtI = nullptr);
1272 Instruction *CxtI) { in getEdgeValue() argument
1310 intersectAssumeBlockValueConstantRange(Val, InBlock, CxtI); in getEdgeValue()
1317 Instruction *CxtI) { in getValueInBlock() argument
1327 intersectAssumeBlockValueConstantRange(V, Result, CxtI); in getValueInBlock()
1333 LVILatticeVal LazyValueInfoCache::getValueAt(Value *V, Instruction *CxtI) { in getValueAt() argument
1335 << CxtI->getName() << "'\n"); in getValueAt()
1343 intersectAssumeBlockValueConstantRange(V, Result, CxtI); in getValueAt()
1351 Instruction *CxtI) { in getValueOnEdge() argument
1356 if (!getEdgeValue(V, FromBB, ToBB, Result, CxtI)) { in getValueOnEdge()
1358 bool WasFastQuery = getEdgeValue(V, FromBB, ToBB, Result, CxtI); in getValueOnEdge()
1483 Instruction *CxtI) { in getConstant() argument
1486 getCache(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstant()
1499 Instruction *CxtI) { in getConstantRange() argument
1504 getCache(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstantRange()
1517 Instruction *CxtI) { in getConstantOnEdge() argument
1520 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge()
1605 Instruction *CxtI) { in getPredicateOnEdge() argument
1608 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge()
1615 Instruction *CxtI) { in getPredicateAt() argument
1616 const DataLayout &DL = CxtI->getModule()->getDataLayout(); in getPredicateAt()
1617 LVILatticeVal Result = getCache(PImpl, AC, &DL, DT).getValueAt(V, CxtI); in getPredicateAt()
1644 if (CxtI) { in getPredicateAt()
1645 BasicBlock *BB = CxtI->getParent(); in getPredicateAt()
1665 CxtI); in getPredicateAt()
1686 Tristate Baseline = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI); in getPredicateAt()
1690 Tristate Ret = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI); in getPredicateAt()