Searched refs:SimplifiedOpV (Results 1 – 1 of 1) sorted by relevance
9415 const auto &SimplifiedOpV = A.getAssumedSimplified( in calculateCastInst() local9418 if (!SimplifiedOpV.has_value()) in calculateCastInst()9420 if (!*SimplifiedOpV) in calculateCastInst()9422 OpV = *SimplifiedOpV; in calculateCastInst()9528 const auto &SimplifiedOpV = A.getAssumedSimplified( in updateImpl() local9531 if (!SimplifiedOpV.has_value()) in updateImpl()9533 if (!*SimplifiedOpV) in updateImpl()9535 Value *VPtr = *SimplifiedOpV; in updateImpl()