Lines Matching refs:Operand
1781 // operand, and must not overflow the corresponding unsigned type.
3154 // C++11 [expr.mptr.oper]p6: If the second operand is the null pointer to
5687 // Evaluate the operand into an APInt we can extract from.
6257 // __builtin_constant_p always has one operand. The rules which gcc follows
6260 // - If the operand is of integral, floating, complex or enumeration type,
6262 // - If the operand and can be folded to a pointer to the first character
6441 // The operand of __builtin_object_size is never evaluated for side-effects.
6646 int Operand = E->getArg(0)->EvaluateKnownConstInt(Info.Ctx).getZExtValue();
6647 Operand = Info.Ctx.getTargetInfo().getEHDataRegisterNumber(Operand);
6648 return Success(Operand, E);
8560 // Get the operand value into 'Result'.
9144 // contain an operand of (pointer to) function type.
9192 // because an ICE cannot contain an lvalue operand.
9240 // contain an lvalue operand.