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

/external/llvm/lib/IR/
H A DInstructions.cpp1981 Value *BinaryOperator::getNotArgument(Value *BinOp) { function in class:BinaryOperator
1982 assert(isNot(BinOp) && "getNotArgument on non-'not' instruction!");
1992 const Value *BinaryOperator::getNotArgument(const Value *BinOp) { function in class:BinaryOperator
1993 return getNotArgument(const_cast<Value*>(BinOp));

Completed in 1991 milliseconds