Home
last modified time | relevance | path

Searched refs:SimplifiedOpV (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9189 const auto &SimplifiedOpV = A.getAssumedSimplified( in calculateCastInst() local
9192 if (!SimplifiedOpV.has_value()) in calculateCastInst()
9194 if (!*SimplifiedOpV) in calculateCastInst()
9196 OpV = *SimplifiedOpV; in calculateCastInst()
9294 const auto &SimplifiedOpV = A.getAssumedSimplified( in updateImpl() local
9297 if (!SimplifiedOpV.has_value()) in updateImpl()
9299 if (!*SimplifiedOpV) in updateImpl()
9301 Value *VPtr = *SimplifiedOpV; in updateImpl()