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

  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 481 bool EltIs64Bits = DL.getTypeSizeInBits(VecTy->getScalarType()) == 64;
483 if (Factor <= TLI->getMaxSupportedInterleaveFactor() && !EltIs64Bits) {
ARMISelLowering.cpp     [all...]

Completed in 184 milliseconds