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

/external/llvm/lib/IR/
H A DInstructions.cpp1965 Value *BinaryOperator::getNegArgument(Value *BinOp) { function in class:BinaryOperator
1969 const Value *BinaryOperator::getNegArgument(const Value *BinOp) { function in class:BinaryOperator
1970 return getNegArgument(const_cast<Value*>(BinOp));

Completed in 69 milliseconds