Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1197 auto *TorF = (BI->getSuccessor(0) == BB) in handleBranchCondition() local
1223 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
1225 << Curr->getName() << "' as " << *TorF << " in " in handleBranchCondition()
1231 if (unsigned Count = replaceDominatedUsesWith(Curr, TorF, DT, in handleBranchCondition()
H A DCorrelatedValuePropagation.cpp334 Constant *TorF = in constantFoldCmp() local
336 Cmp->replaceAllUsesWith(TorF); in constantFoldCmp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp34 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 DInstCombineCompares.cpp1014 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); in foldICmpShrConstConst() local
1015 return replaceInstUsesWith(I, TorF); in foldICmpShrConstConst()
1053 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); in foldICmpShlConstConst() local
1054 return replaceInstUsesWith(I, TorF); in foldICmpShlConstConst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7303 ConstantInt *TorF = *Imp ? ConstantInt::getTrue(BB->getContext()) in simplifyCondBranch() local
7305 BI->setCondition(TorF); in simplifyCondBranch()