Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3243 BasicBlock *PhisNotSupportedBlock = nullptr; in transformConstExprCastCall() local
3245 PhisNotSupportedBlock = II->getNormalDest(); in transformConstExprCastCall()
3247 PhisNotSupportedBlock = CB->getDefaultDest(); in transformConstExprCastCall()
3248 if (PhisNotSupportedBlock) in transformConstExprCastCall()
3251 if (PN->getParent() == PhisNotSupportedBlock) in transformConstExprCastCall()