Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp719 auto *TorF = (BI->getSuccessor(0) == BB) in handleBranchCondition() local
740 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
742 << Curr->getName() << "' as " << *TorF << " in " in handleBranchCondition()
748 if (unsigned Count = replaceDominatedUsesWith(Curr, TorF, DT, in handleBranchCondition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1185 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); in foldICmpShrConstConst() local
1186 return replaceInstUsesWith(I, TorF); in foldICmpShrConstConst()
1224 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); in foldICmpShlConstConst() local
1225 return replaceInstUsesWith(I, TorF); in foldICmpShlConstConst()