Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasIntegerRepresentation

6993     if (LHS.get()->getType()->hasIntegerRepresentation() && 
6994 RHS.get()->getType()->hasIntegerRepresentation())
7524 if (!LHSType->hasIntegerRepresentation() ||
7525 !RHSType->hasIntegerRepresentation())
7529 // hasIntegerRepresentation() above instead of this.
8331 if (LHS.get()->getType()->hasIntegerRepresentation() &&
8332 RHS.get()->getType()->hasIntegerRepresentation())
9856 else if (resultType->hasIntegerRepresentation())