mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +00:00
These don't really need contexts either.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75528 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -224,8 +224,8 @@ public:
|
||||
/// isNeg, isFNeg, isNot - Check if the given Value is a
|
||||
/// NEG, FNeg, or NOT instruction.
|
||||
///
|
||||
static bool isNeg(LLVMContext &Context, const Value *V);
|
||||
static bool isFNeg(LLVMContext &Context, const Value *V);
|
||||
static bool isNeg(const Value *V);
|
||||
static bool isFNeg(const Value *V);
|
||||
static bool isNot(const Value *V);
|
||||
|
||||
/// getNegArgument, getNotArgument - Helper functions to extract the
|
||||
|
Reference in New Issue
Block a user