Searched defs:NotCond (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 3043 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); foldSelectOfBools() local 3048 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); foldSelectOfBools() local 3420 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); visitSelectInst() local 3426 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); visitSelectInst() local 3712 Value *NotCond; visitSelectInst() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 429 Value *NotCond; in findMergedConditions() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 11348 SDValue NotCond = foldSelectOfConstants() local 11374 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); foldSelectOfConstants() local 11381 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); foldSelectOfConstants() local 11424 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); foldSelectOfConstants() local 11456 SDValue NotCond = DAG.getNOT(SDLoc(N), Cond, VT); foldBoolSelectToLogic() local 11462 SDValue NotCond = DAG.getNOT(SDLoc(N), Cond, VT); foldBoolSelectToLogic() local [all...] |
H A D | SelectionDAGBuilder.cpp | 2446 Value *NotCond; FindMergedConditions() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 8578 ExprResult NotCond = S.CreateBuiltinUnaryOp(Loc, UO_LNot, Cond.get()); buildIfNotCondReturnFalse() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 45300 SDValue NotCond = combineSelect() local 49429 SDValue NotCond = getSETCC(CCode, Cond.getOperand(1), SDLoc(Cond), DAG); combineOr() local [all...] |