Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1186 auto *TorF = (BI->getSuccessor(0) == BB) in handleBranchCondition() local
1212 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
1214 << Curr->getName() << "' as " << *TorF << " in " in handleBranchCondition()
1220 if (unsigned Count = replaceDominatedUsesWith(Curr, TorF, DT, in handleBranchCondition()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp35 if (Constant *TorF = getPredForICmpCode(Code, Sign, LHS->getType(), NewPred)) in getNewICmpValue() local
36 return TorF; in getNewICmpValue()
45 if (Constant *TorF = getPredForFCmpCode(Code, LHS->getType(), NewPred)) in getFCmpValue() local
46 return TorF; in getFCmpValue()
H A DInstCombineCompares.cpp1043 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); in foldICmpShrConstConst() local
1044 return replaceInstUsesWith(I, TorF); in foldICmpShrConstConst()
1082 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); in foldICmpShlConstConst() local
1083 return replaceInstUsesWith(I, TorF); in foldICmpShlConstConst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7965 ConstantInt *TorF = *Imp ? ConstantInt::getTrue(BB->getContext()) in simplifyCondBranch() local
7967 BI->setCondition(TorF); in simplifyCondBranch()