Lines Matching refs:hasIntegerRepresentation
10532 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
10533 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
10544 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
10545 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
11456 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()
11457 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
12940 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
12941 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
12952 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
12953 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
12961 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
12962 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
15380 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()