Searched defs:ExtendTySize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp576 unsigned ExtendTySize = ExtendTy.getSizeInBits(); local
579 if ((Op0Opcode == MipsISD::VEXTRACT_ZEXT_ELT && Log2 >= ExtendTySize) ||
580 Log2 == ExtendTySize) {

Completed in 63 milliseconds