Searched defs:NotCond (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2681 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); local
2686 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); local
2809 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); local
2815 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); local
3128 Value *NotCond; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp410 Value *NotCond; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2191 Value *NotCond; local
H A DDAGCombiner.cpp9281 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); local
9288 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); local
9356 SDValue NotCond = local
9387 SDValue NotCond = DAG.getNOT(SDLoc(N), Cond, VT); local
9393 SDValue NotCond = DAG.getNOT(SDLoc(N), Cond, VT); local
[all...]

Completed in 394 milliseconds