Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CxtI

368                       Instruction *CxtI = nullptr);
394 Instruction *CxtI = nullptr);
399 LVILatticeVal getValueAt(Value *V, Instruction *CxtI);
404 Instruction *CxtI = nullptr);
937 Instruction *CxtI) {
962 // See note on the use of the CxtI with mergeAssumeBlockValueConstantRange,
964 mergeAssumeBlockValueConstantRange(Val, InBlock, CxtI);
992 mergeAssumeBlockValueConstantRange(Val, Result, CxtI);
997 Instruction *CxtI) {
1006 mergeAssumeBlockValueConstantRange(V, Result, CxtI);
1012 LVILatticeVal LazyValueInfoCache::getValueAt(Value *V, Instruction *CxtI) {
1014 << CxtI->getName() << "'\n");
1017 mergeAssumeBlockValueConstantRange(V, Result, CxtI);
1025 Instruction *CxtI) {
1030 if (!getEdgeValue(V, FromBB, ToBB, Result, CxtI)) {
1032 bool WasFastQuery = getEdgeValue(V, FromBB, ToBB, Result, CxtI);
1145 Instruction *CxtI) {
1148 getCache(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI);
1164 Instruction *CxtI) {
1167 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI);
1252 Instruction *CxtI) {
1255 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI);
1262 Instruction *CxtI) {
1263 const DataLayout &DL = CxtI->getModule()->getDataLayout();
1264 LVILatticeVal Result = getCache(PImpl, AC, &DL, DT).getValueAt(V, CxtI);