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

  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 499 unsigned DestSize = DestTy->getScalarType()->getPrimitiveSizeInBits();
502 if ((Ran->Rand() & 1) && VSize == DestSize) {
510 if (VSize > DestSize) {
514 assert(VSize < DestSize && "Different int types with the same size?");
544 if (VSize > DestSize) {
547 } else if (VSize < DestSize) {
551 // If VSize == DestSize, then the two types must be fp128 and ppc_fp128,
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 470 milliseconds