Lines Matching full:extract
381 mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 0));
383 mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 1));
1590 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(0));
1883 mdconst::extract<ConstantInt>(Ranges->getOperand(2 * i + 0));
1885 mdconst::extract<ConstantInt>(Ranges->getOperand(2 * i + 1));
2802 // something else, we can extract from that something else directly instead.
2810 // Add indices from the extract value instruction
3142 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(0));
3148 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(0));
4086 auto *FirstLow = mdconst::extract<ConstantInt>(Ranges.getOperand(0));
4087 auto *FirstHigh = mdconst::extract<ConstantInt>(Ranges.getOperand(1));
4092 auto *Low = mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 0));
4093 auto *High = mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 1));