Home
last modified time | relevance | path

Searched refs:getNotArgument (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h325 static const Value *getNotArgument(const Value *BinOp);
326 static Value *getNotArgument( Value *BinOp);
/external/llvm/include/llvm/IR/
DInstrTypes.h524 static const Value *getNotArgument(const Value *BinOp);
525 static Value *getNotArgument( Value *BinOp);
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1094 Value *X = BinaryOperator::getNotArgument(Ops[i].Op); in OptimizeAndOrXor()
1448 X = BinaryOperator::getNotArgument(TheOp); in OptimizeAdd()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSelect.cpp881 SI.setOperand(0, BinaryOperator::getNotArgument(CondVal)); in visitSelectInst()
DInstCombineAndOrXor.cpp54 Value *Operand = BinaryOperator::getNotArgument(V); in dyn_castNotVal()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DReassociate.cpp670 Value *X = BinaryOperator::getNotArgument(Ops[i].Op); in OptimizeAndOrXor()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1945 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/Target/WebAssembly/
DWebAssemblyFastISel.cpp375 return getRegForValue(BinaryOperator::getNotArgument(V)); in getRegForI1Value()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1227 SI.setOperand(0, BinaryOperator::getNotArgument(CondVal)); in visitSelectInst()
DInstCombineAndOrXor.cpp30 Value *Operand = BinaryOperator::getNotArgument(V); in dyn_castNotVal()
/external/llvm/lib/IR/
DInstructions.cpp2276 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()