Lines Matching refs:hasIntegerRepresentation
10835 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
10836 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
10847 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
10848 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
11743 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()
11744 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
13236 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13237 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
13248 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13249 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
13257 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13258 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
15628 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()