Lines Matching defs:Input
722 // input and output).
846 Value *Input = Cmp0->getOperand(0);
848 if (Cmp1->getOperand(0) == Input) {
851 } else if (Cmp1->getOperand(1) == Input) {
876 return Builder->CreateICmp(NewPred, Input, RangeEnd);
1665 // the input value to the bswap/bitreverse. To be part of a bswap or
1674 // We know we're moving a contiguous range of bits from the input to the
1675 // output. Record which bits in the output came from which bits in the input.