Searched defs:NotCond (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSelect.cpp | 930 Value *NotCond = Builder->CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst() local 939 Value *NotCond = Builder->CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst() local 975 Value *NotCond = Builder->CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst() local 981 Value *NotCond = Builder->CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSelect.cpp | 2383 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst() local 2392 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst() local 2429 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst() local 2435 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst() local 2747 Value *NotCond; in visitSelectInst() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SimplifyCFG.cpp | 2431 Instruction *NotCond = cast<Instruction>( in FoldBranchToCommonDest() local 2445 Instruction *NotCond = cast<Instruction>( in FoldBranchToCommonDest() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SimplifyCFG.cpp | 2835 Instruction *NotCond = cast<Instruction>( in FoldBranchToCommonDest() local 2850 Instruction *NotCond = cast<Instruction>( in FoldBranchToCommonDest() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 8419 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); in foldSelectOfConstants() local 8426 SDValue NotCond = DAG.getNOT(DL, Cond, MVT::i1); in foldSelectOfConstants() local 8494 SDValue NotCond = in foldSelectOfConstants() local
|
| D | SelectionDAGBuilder.cpp | 2111 Value *NotCond; in FindMergedConditions() local
|