Searched refs:SimplifiedOpV (Results 1 – 1 of 1) sorted by relevance
9321 const auto &SimplifiedOpV = A.getAssumedSimplified( in calculateCastInst() local9324 if (!SimplifiedOpV.has_value()) in calculateCastInst()9326 if (!*SimplifiedOpV) in calculateCastInst()9328 OpV = *SimplifiedOpV; in calculateCastInst()9434 const auto &SimplifiedOpV = A.getAssumedSimplified( in updateImpl() local9437 if (!SimplifiedOpV.has_value()) in updateImpl()9439 if (!*SimplifiedOpV) in updateImpl()9441 Value *VPtr = *SimplifiedOpV; in updateImpl()