Searched refs:SimplifiedOpV (Results 1 – 1 of 1) sorted by relevance
9336 const auto &SimplifiedOpV = A.getAssumedSimplified( in calculateCastInst() local9339 if (!SimplifiedOpV.has_value()) in calculateCastInst()9341 if (!*SimplifiedOpV) in calculateCastInst()9343 OpV = *SimplifiedOpV; in calculateCastInst()9449 const auto &SimplifiedOpV = A.getAssumedSimplified( in updateImpl() local9452 if (!SimplifiedOpV.has_value()) in updateImpl()9454 if (!*SimplifiedOpV) in updateImpl()9456 Value *VPtr = *SimplifiedOpV; in updateImpl()