Searched refs:hasIntegerRepresentation (Results 1 – 7 of 7) sorted by relevance
288 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasIntegerRepresentation)
1792 bool hasIntegerRepresentation() const;
7638 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckRemainderOperands()7639 RHS.get()->getType()->hasIntegerRepresentation()) in CheckRemainderOperands()8280 if (!LHSType->hasIntegerRepresentation() || in CheckShiftOperands()8281 !RHSType->hasIntegerRepresentation()) in CheckShiftOperands()9093 if (LHS.get()->getType()->hasIntegerRepresentation() && in CheckBitwiseOperands()9094 RHS.get()->getType()->hasIntegerRepresentation()) in CheckBitwiseOperands()10847 else if (resultType->hasIntegerRepresentation()) in CreateBuiltinUnaryOp()
3249 bool UseVarType = VarType->hasIntegerRepresentation() && in BuildNumIterations()
2679 if (!RHSType->hasIntegerRepresentation() || in SemaBuiltinShuffleVector()
1593 bool Type::hasIntegerRepresentation() const { in hasIntegerRepresentation() function in Type
1765 if (type->hasIntegerRepresentation()) { in EmitScalarPrePostIncDec()