Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12784 unsigned NumOutputsPerInput = SrcBitSize/DstBitSize; in ConstantFoldBITCASTofBUILD_VECTOR() local
12786 NumOutputsPerInput*BV->getNumOperands()); in ConstantFoldBITCASTofBUILD_VECTOR()
12791 Ops.append(NumOutputsPerInput, DAG.getUNDEF(DstEltVT)); in ConstantFoldBITCASTofBUILD_VECTOR()
12798 for (unsigned j = 0; j != NumOutputsPerInput; ++j) { in ConstantFoldBITCASTofBUILD_VECTOR()
12806 std::reverse(Ops.end()-NumOutputsPerInput, Ops.end()); in ConstantFoldBITCASTofBUILD_VECTOR()