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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp930 APInt SubElts = APInt::getAllOnesValue(NumSubElts); local
2315 APInt SubElts = DemandedElts.extractBits(NumSubElts, i * NumSubElts); local
2336 APInt SubElts = DemandedElts.extractBits(NumSubElts, SubIdx); local

Completed in 200 milliseconds