/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 325 static const Value *getNotArgument(const Value *BinOp); 326 static Value *getNotArgument( Value *BinOp);
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 524 static const Value *getNotArgument(const Value *BinOp); 525 static Value *getNotArgument( Value *BinOp);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 552 static const Value *getNotArgument(const Value *BinOp); 553 static Value *getNotArgument( Value *BinOp);
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 1094 Value *X = BinaryOperator::getNotArgument(Ops[i].Op); in OptimizeAndOrXor() 1448 X = BinaryOperator::getNotArgument(TheOp); in OptimizeAdd()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 881 SI.setOperand(0, BinaryOperator::getNotArgument(CondVal)); in visitSelectInst()
|
D | InstCombineAndOrXor.cpp | 54 Value *Operand = BinaryOperator::getNotArgument(V); in dyn_castNotVal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 1117 Value *X = BinaryOperator::getNotArgument(Ops[i].Op); in OptimizeAndOrXor() 1471 X = BinaryOperator::getNotArgument(TheOp); in OptimizeAdd()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 670 Value *X = BinaryOperator::getNotArgument(Ops[i].Op); in OptimizeAndOrXor()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 1945 Value *BinaryOperator::getNotArgument(Value *BinOp) { in getNotArgument() function in BinaryOperator 1956 const Value *BinaryOperator::getNotArgument(const Value *BinOp) { in getNotArgument() function in BinaryOperator 1957 return getNotArgument(const_cast<Value*>(BinOp)); in getNotArgument()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1227 SI.setOperand(0, BinaryOperator::getNotArgument(CondVal)); in visitSelectInst()
|
D | InstCombineAndOrXor.cpp | 30 Value *Operand = BinaryOperator::getNotArgument(V); in dyn_castNotVal()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 375 return getRegForValue(BinaryOperator::getNotArgument(V)); in getRegForI1Value()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 2121 Value *BinaryOperator::getNotArgument(Value *BinOp) { in getNotArgument() function in BinaryOperator 2132 const Value *BinaryOperator::getNotArgument(const Value *BinOp) { in getNotArgument() function in BinaryOperator 2133 return getNotArgument(const_cast<Value*>(BinOp)); in getNotArgument()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2276 Value *BinaryOperator::getNotArgument(Value *BinOp) { in getNotArgument() function in BinaryOperator 2287 const Value *BinaryOperator::getNotArgument(const Value *BinOp) { in getNotArgument() function in BinaryOperator 2288 return getNotArgument(const_cast<Value*>(BinOp)); in getNotArgument()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 424 return getRegForValue(BinaryOperator::getNotArgument(V)); in getRegForI1Value()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1938 SI.setOperand(0, BinaryOperator::getNotArgument(CondVal)); in visitSelectInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1823 const Value *CondOp = BinaryOperator::getNotArgument(Cond); in FindMergedConditions()
|