Searched defs:DestSize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp491 unsigned DestSize = DestTy->getScalarType()->getPrimitiveSizeInBits(); local
494 if ((Ran->Rand() & 1) && VSize == DestSize) {
502 if (VSize > DestSize) {
506 assert(VSize < DestSize && "Different int types with the same size?");
536 if (VSize > DestSize) {
539 } else if (VSize < DestSize) {
543 // If VSize == DestSize, then the two types must be fp128 and ppc_fp128,

Completed in 70 milliseconds