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

/external/llvm/lib/VMCore/
H A DInstructions.cpp1945 Value *BinaryOperator::getFNegArgument(Value *BinOp) { function in class:BinaryOperator
1949 const Value *BinaryOperator::getFNegArgument(const Value *BinOp) { function in class:BinaryOperator
1950 return getFNegArgument(const_cast<Value*>(BinOp));

Completed in 50 milliseconds