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

  /external/llvm/include/llvm/
DerivedTypes.h 380 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
381 assert(EltBits && "Element size must be of a non-zero size");
382 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits);
391 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
392 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits * 2);
401 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
402 assert((EltBits & 1) == 0 &&
404 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits / 2);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 541 static inline uint64_t decodeNEONModImm(unsigned ModImm, unsigned &EltBits) {
549 EltBits = 8;
554 EltBits = 16;
559 EltBits = 32;
564 EltBits = 32;
571 EltBits = 64;