Lines Matching refs:EVI
433 solveBlockValueExtractValue(ExtractValueInst *EVI, BasicBlock *BB);
665 if (auto *EVI = dyn_cast<ExtractValueInst>(BBI)) in solveBlockValueImpl() local
666 return solveBlockValueExtractValue(EVI, BB); in solveBlockValueImpl()
1065 LazyValueInfoImpl::solveBlockValueExtractValue(ExtractValueInst *EVI, in solveBlockValueExtractValue() argument
1067 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1068 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue()
1074 EVI->getAggregateOperand(), EVI->getIndices(), in solveBlockValueExtractValue()
1075 EVI->getDataLayout())) in solveBlockValueExtractValue()
1076 return getBlockValue(V, BB, EVI); in solveBlockValueExtractValue()
1275 if (auto *EVI = dyn_cast<ExtractValueInst>(Cond)) in getValueFromCondition() local
1276 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromCondition()
1277 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 1) in getValueFromCondition()