Searched refs:hasIntegerRepresentation (Results 1 – 6 of 6) sorted by relevance
288 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
1655 bool hasIntegerRepresentation() const;
6993 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()6994 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()7524 if (!LHSType->hasIntegerRepresentation() || in CheckShiftOperands()7525 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()8331 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()8332 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()9856 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
1843 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
610 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
1674 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()