Searched refs:APIntIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5689 const APInt &APIntIndex = Index->getAPIntValue(); local
5690 APInt NewIndex(APIntIndex.getBitWidth(), DstNumElt);
5691 NewIndex *= APIntIndex;

Completed in 149 milliseconds