Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3441 BasicBlock *PhisNotSupportedBlock = nullptr; in transformConstExprCastCall() local
3443 PhisNotSupportedBlock = II->getNormalDest(); in transformConstExprCastCall()
3445 PhisNotSupportedBlock = CB->getDefaultDest(); in transformConstExprCastCall()
3446 if (PhisNotSupportedBlock) in transformConstExprCastCall()
3449 if (PN->getParent() == PhisNotSupportedBlock) in transformConstExprCastCall()