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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5771 unsigned NumInputsPerOutput = DstBitSize/SrcBitSize; local
5775 i += NumInputsPerOutput) {
5779 for (unsigned j = 0; j != NumInputsPerOutput; ++j) {
5782 SDValue Op = BV->getOperand(i+ (isLE ? (NumInputsPerOutput-j-1) : j));

Completed in 141 milliseconds