Searched defs:getNegArgument (Results 1 - 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ | ||
H A D | Instructions.cpp | 1929 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 41 milliseconds