Home
last modified time | relevance | path

Searched defs:NotCond (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3335 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in foldSelectOfBools() local
3340 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in foldSelectOfBools() local
3977 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst() local
3983 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst() local
4289 Value *NotCond; in visitSelectInst() local
H A DInstCombineCompares.cpp3718 Value *NotCond = Builder.CreateNot(Cond); in foldICmpBinOpEqualityWithConstant() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp443 Value *NotCond; in findMergedConditions() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11942 SDValue NotCond = in foldSelectOfConstants() local
11968 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); in foldSelectOfConstants() local
11975 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); in foldSelectOfConstants() local
12018 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); in foldSelectOfConstants() local
12056 SDValue NotCond = in foldBoolSelectToLogic() local
12063 SDValue NotCond = in foldBoolSelectToLogic() local
H A DSelectionDAGBuilder.cpp2599 Value *NotCond; in FindMergedConditions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2871 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); in lowerSELECT() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8654 ExprResult NotCond = S.CreateBuiltinUnaryOp(Loc, UO_LNot, Cond.get()); in buildIfNotCondReturnFalse() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48120 SDValue NotCond = in combineSelect() local
52476 SDValue NotCond; in combineOr() local