Lines Matching refs:hasIntegerRepresentation
11096 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
11097 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
11108 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
11109 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
12004 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()
12005 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
13523 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13524 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
13535 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13536 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
13544 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13545 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
15889 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()