Searched refs:SimplifiedOpV (Results 1 – 1 of 1) sorted by relevance
9189 const auto &SimplifiedOpV = A.getAssumedSimplified( in calculateCastInst() local9192 if (!SimplifiedOpV.has_value()) in calculateCastInst()9194 if (!*SimplifiedOpV) in calculateCastInst()9196 OpV = *SimplifiedOpV; in calculateCastInst()9294 const auto &SimplifiedOpV = A.getAssumedSimplified( in updateImpl() local9297 if (!SimplifiedOpV.has_value()) in updateImpl()9299 if (!*SimplifiedOpV) in updateImpl()9301 Value *VPtr = *SimplifiedOpV; in updateImpl()