Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3043 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 DIRTranslator.cpp429 Value *NotCond; in findMergedConditions() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11348 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 DSelectionDAGBuilder.cpp2446 Value *NotCond; FindMergedConditions() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8578 ExprResult NotCond = S.CreateBuiltinUnaryOp(Loc, UO_LNot, Cond.get()); buildIfNotCondReturnFalse() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45300 SDValue NotCond = combineSelect() local
49429 SDValue NotCond = getSETCC(CCode, Cond.getOperand(1), SDLoc(Cond), DAG); combineOr() local
[all...]