Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1093 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 DCorrelatedValuePropagation.cpp353 Constant *TorF = in constantFoldCmp() local
355 Cmp->replaceAllUsesWith(TorF); in constantFoldCmp()
/openbsd-src/gnu/llvm/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.cpp1079 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 DSimplifyCFG.cpp7032 ConstantInt *TorF = *Imp ? ConstantInt::getTrue(BB->getContext()) in simplifyCondBranch() local
7034 BI->setCondition(TorF); in simplifyCondBranch()