Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp731 Constant *CondConst = dyn_cast<Constant>(CondCmp->getOperand(1)); in ProcessBlock() local
733 if (CondBr && CondConst && CondBr->isConditional() && PI != PE && in ProcessBlock()
742 CondConst, *PI, BB); in ProcessBlock()
748 CondCmp->getOperand(0), CondConst, *PI, BB); in ProcessBlock()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp813 Constant *CondConst = dyn_cast<Constant>(CondCmp->getOperand(1)); in ProcessBlock() local
814 if (CondBr && CondConst && CondBr->isConditional()) { in ProcessBlock()
817 CondConst, CondBr); in ProcessBlock()
839 if (CondBr && CondConst && TryToUnfoldSelect(CondCmp, BB)) in ProcessBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1123 Constant *CondConst = dyn_cast<Constant>(CondCmp->getOperand(1)); in ProcessBlock() local
1124 if (CondBr && CondConst) { in ProcessBlock()
1136 CondConst, CondBr); in ProcessBlock()