Searched refs:hasIntegerRepresentation (Results 1 – 6 of 6) sorted by relevance
288 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
1677 bool hasIntegerRepresentation() const;
7105 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()7106 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()7649 if (!LHSType->hasIntegerRepresentation() || in CheckShiftOperands()7650 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()8463 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()8464 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()10040 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
2179 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
614 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
1729 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()