Home | History | Annotate | Download | only in ia32

Lines Matching defs:IsInteger32

311   ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
331 bool LCodeGen::IsInteger32(LConstantOperand* op) const {
332 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
1423 if (r.IsInteger32()) {
2876 } else if (r.IsInteger32()) {
3047 } else if (exponent_type.IsInteger32()) {
3605 ASSERT(instr->hydrogen()->value()->representation().IsInteger32());