HomeSort by relevance Sort by last modified time
    Searched refs:DestSize (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 501 unsigned DestSize = DestTy->getScalarType()->getPrimitiveSizeInBits();
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/
TargetTransformInfo.cpp 305 unsigned DestSize = Ty->getScalarSizeInBits();
306 if (DL->isLegalInteger(DestSize) &&
307 DestSize >= DL->getPointerTypeSizeInBits(OpTy))
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 451 unsigned DestSize = DL->getTypeSizeInBits(Dest->getScalarType());
453 return SrcSize == 32 && DestSize == 64;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 59 milliseconds