Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp855 auto *TorF = (BI->getSuccessor(0) == BB) in handleBranchCondition() local
876 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
878 << Curr->getName() << "' as " << *TorF << " in " in handleBranchCondition()
884 if (unsigned Count = replaceDominatedUsesWith(Curr, TorF, DT, in handleBranchCondition()
DCorrelatedValuePropagation.cpp324 Constant *TorF = ConstantInt::get(Type::getInt1Ty(Cmp->getContext()), Result); in processCmp() local
325 Cmp->replaceAllUsesWith(TorF); in processCmp()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp1033 auto *TorF = (BI->getSuccessor(0) == BB) in handleBranchCondition() local
1054 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
1056 << Curr->getName() << "' as " << *TorF << " in " in handleBranchCondition()
1062 if (unsigned Count = replaceDominatedUsesWith(Curr, TorF, DT, in handleBranchCondition()
DCorrelatedValuePropagation.cpp314 Constant *TorF = ConstantInt::get(Type::getInt1Ty(Cmp->getContext()), Result); in processCmp() local
315 Cmp->replaceAllUsesWith(TorF); in processCmp()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1207 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); in foldICmpShrConstConst() local
1208 return replaceInstUsesWith(I, TorF); in foldICmpShrConstConst()
1246 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); in foldICmpShlConstConst() local
1247 return replaceInstUsesWith(I, TorF); in foldICmpShlConstConst()
DInstCombineAndOrXor.cpp60 if (Constant *TorF = getPredForICmpCode(Code, Sign, LHS->getType(), NewPred)) in getNewICmpValue() local
61 return TorF; in getNewICmpValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1205 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); in foldICmpShrConstConst() local
1206 return replaceInstUsesWith(I, TorF); in foldICmpShrConstConst()
1244 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); in foldICmpShlConstConst() local
1245 return replaceInstUsesWith(I, TorF); in foldICmpShlConstConst()
DInstCombineAndOrXor.cpp58 if (Constant *TorF = getPredForICmpCode(Code, Sign, LHS->getType(), NewPred)) in getNewICmpValue() local
59 return TorF; in getNewICmpValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5957 ConstantInt *TorF = *Imp ? ConstantInt::getTrue(BB->getContext()) in SimplifyCondBranch() local
5959 BI->setCondition(TorF); in SimplifyCondBranch()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp6115 ConstantInt *TorF = *Imp ? ConstantInt::getTrue(BB->getContext()) in simplifyCondBranch() local
6117 BI->setCondition(TorF); in simplifyCondBranch()