Lines Matching refs:hasIntegerRepresentation
11530 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
11531 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
11542 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()
11543 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()
12437 !LHSType->hasIntegerRepresentation()) || in CheckShiftOperands()
12438 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()
13968 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13969 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
13980 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13981 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
13989 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()
13990 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()
16385 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()