Searched defs:NotCond (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 3213 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); foldSelectOfBools() local 3218 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); foldSelectOfBools() local 3612 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); visitSelectInst() local 3618 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); visitSelectInst() local 3903 Value *NotCond; visitSelectInst() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 429 Value *NotCond; findMergedConditions() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 11423 SDValue NotCond = foldSelectOfConstants() local 11449 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); foldSelectOfConstants() local 11456 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); foldSelectOfConstants() local 11499 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); foldSelectOfConstants() local 11537 SDValue NotCond = foldBoolSelectToLogic() local 11544 SDValue NotCond = foldBoolSelectToLogic() local [all...] |
H A D | SelectionDAGBuilder.cpp | 2631 Value *NotCond; FindMergedConditions() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 8445 ExprResult NotCond = S.CreateBuiltinUnaryOp(Loc, UO_LNot, Cond.get()); buildIfNotCondReturnFalse() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 46276 SDValue NotCond = combineSelect() local 50625 SDValue NotCond = getSETCC(CCode, Cond.getOperand(1), SDLoc(Cond), DAG); combineOr() local [all...] |