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

/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp501 unsigned DestSize = DestTy->getScalarType()->getPrimitiveSizeInBits(); variable
504 if ((Ran->Rand() & 1) && VSize == DestSize) {
512 if (VSize > DestSize) {
516 assert(VSize < DestSize && "Different int types with the same size?");
546 if (VSize > DestSize) {
549 } else if (VSize < DestSize) {
553 // If VSize == DestSize, then the two types must be fp128 and ppc_fp128,
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp305 unsigned DestSize = Ty->getScalarSizeInBits(); variable
306 if (DL->isLegalInteger(DestSize) &&
307 DestSize >= DL->getPointerTypeSizeInBits(OpTy))
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp451 unsigned DestSize = DL->getTypeSizeInBits(Dest->getScalarType()); local
453 return SrcSize == 32 && DestSize == 64;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1776 unsigned DestSize = DestVT.getSizeInBits();
1794 if (SlotSize == DestSize)
1798 assert(SlotSize < DestSize && "Unknown extension!");

Completed in 111 milliseconds