Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1197 auto *TorF = (BI->getSuccessor(0) == BB) handleBranchCondition() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp34 if (Constant *TorF = getPredForICmpCode(Code, Sign, LHS->getType(), NewPred)) in getNewICmpValue() local
44 if (Constant *TorF = getPredForFCmpCode(Code, LHS->getType(), NewPred)) in getFCmpValue() local
H A DInstCombineCompares.cpp1015 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); foldICmpShrConstConst() local
1054 auto *TorF = ConstantInt::get(I.getType(), I.getPredicate() == I.ICMP_NE); foldICmpShlConstConst() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7495 ConstantInt *TorF = *Imp ? ConstantInt::getTrue(BB->getContext()) simplifyCondBranch() local