Home
last modified time | relevance | path

Searched refs:ValLen (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2905 unsigned ValLen = ValTy.getVectorNumElements(); in appendUndef() local
2907 if (ValLen == ResLen) in appendUndef()
2911 assert(ValLen < ResLen); in appendUndef()
2912 assert(ResLen % ValLen == 0); in appendUndef()
2915 for (unsigned i = 1, e = ResLen / ValLen; i < e; ++i) in appendUndef()