Searched refs:TorF (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 1093 auto *TorF = (BI->getSuccessor(0) == BB) in handleBranchCondition() local 1119 AvailableValues.insert(Curr, TorF); in handleBranchCondition() 1121 << Curr->getName() << "' as " << *TorF << " in " in handleBranchCondition() 1127 if (unsigned Count = replaceDominatedUsesWith(Curr, TorF, DT, in handleBranchCondition()
|
| H A D | CorrelatedValuePropagation.cpp | 353 Constant *TorF = in constantFoldCmp() local 355 Cmp->replaceAllUsesWith(TorF); in constantFoldCmp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 34 if (Constant *TorF = getPredForICmpCode(Code, Sign, LHS->getType(), NewPred)) in getNewICmpValue() local 35 return TorF; in getNewICmpValue() 44 if (Constant *TorF = getPredForFCmpCode(Code, LHS->getType(), NewPred)) in getFCmpValue() local 45 return TorF; in getFCmpValue()
|
| H A D | InstCombineCompares.cpp | 1079 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); in foldICmpShrConstConst() local 1080 return replaceInstUsesWith(I, TorF); in foldICmpShrConstConst() 1118 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); in foldICmpShlConstConst() local 1119 return replaceInstUsesWith(I, TorF); in foldICmpShlConstConst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 7032 ConstantInt *TorF = *Imp ? ConstantInt::getTrue(BB->getContext()) in simplifyCondBranch() local 7034 BI->setCondition(TorF); in simplifyCondBranch()
|