Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3910 BasicBlock *PhisNotSupportedBlock = nullptr; in transformConstExprCastCall() local
3912 PhisNotSupportedBlock = II->getNormalDest(); in transformConstExprCastCall()
3913 if (PhisNotSupportedBlock) in transformConstExprCastCall()
3916 if (PN->getParent() == PhisNotSupportedBlock) in transformConstExprCastCall()