Home | History | Annotate | Download | only in IR

Lines Matching refs:BinOp

516   static const Value *getNegArgument(const Value *BinOp);
517 static Value *getNegArgument( Value *BinOp);
518 static const Value *getFNegArgument(const Value *BinOp);
519 static Value *getFNegArgument( Value *BinOp);
520 static const Value *getNotArgument(const Value *BinOp);
521 static Value *getNotArgument( Value *BinOp);