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

/external/llvm/lib/VMCore/
H A DInstructions.cpp1929 Value *BinaryOperator::getNegArgument(Value *BinOp) { function in class:BinaryOperator
1933 const Value *BinaryOperator::getNegArgument(const Value *BinOp) { function in class:BinaryOperator
1934 return getNegArgument(const_cast<Value*>(BinOp));

Completed in 116 milliseconds