Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8315 const auto &SimplifiedOpV = in calculateCastInst() local
8318 if (!SimplifiedOpV.hasValue()) in calculateCastInst()
8320 if (!SimplifiedOpV.getValue()) in calculateCastInst()
8322 OpV = *SimplifiedOpV; in calculateCastInst()
8419 const auto &SimplifiedOpV = in updateImpl() local
8422 if (!SimplifiedOpV.hasValue()) in updateImpl()
8424 if (!SimplifiedOpV.getValue()) in updateImpl()
8426 Value *VPtr = *SimplifiedOpV; in updateImpl()