Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3213 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 DIRTranslator.cpp429 Value *NotCond; findMergedConditions() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11423 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 DSelectionDAGBuilder.cpp2631 Value *NotCond; FindMergedConditions() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8445 ExprResult NotCond = S.CreateBuiltinUnaryOp(Loc, UO_LNot, Cond.get()); buildIfNotCondReturnFalse() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46276 SDValue NotCond = combineSelect() local
50625 SDValue NotCond = getSETCC(CCode, Cond.getOperand(1), SDLoc(Cond), DAG); combineOr() local
[all...]