Home | History | Annotate | Download | only in Scalar

Lines Matching full:convert

251 // Convert To Scalar Optimization.
255 /// ConvertToScalarInfo - This class implements the "Convert To Scalar"
333 // If we can't convert this scalar, or if mem2reg can trivially do it, bail
355 DEBUG(dbgs() << "CONVERT TO VECTOR: " << *AI << "\n TYPE = "
361 // Do not convert to scalar integer if the alloca size exceeds the
375 DEBUG(dbgs() << "CONVERT TO SCALAR INTEGER: " << *AI << "\n");
458 /// CanConvertToScalar - V is a pointer. If we can convert the pointee and all
460 /// the new type. If we could convert the alloca into a single promotable
548 // If the size differs from the alloca, we can only convert the alloca to
589 /// ConvertUsesToScalar - Convert all of the users of Ptr to use the new alloca
878 assert(FromVal->getType() == ToType && "Didn't convert right?");
899 // Convert the stored type to the actual type, shift it left to insert
957 // If SV is a float, convert it to the appropriate integer type.
2183 // If there is an other pointer, we want to convert it to the same pointer
2290 // Convert the integer value to the appropriate type.