Home | History | Annotate | Download | only in InstCombine

Lines Matching full:bci

217     if (BitCastInst *BCI = dyn_cast<BitCastInst>(EI.getOperand(0))) {
218 if (VectorType *VT = dyn_cast<VectorType>(BCI->getOperand(0)->getType()))
220 if (Value *Elt = FindScalarElement(BCI->getOperand(0), IndexVal))