Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:BCI

168     if (BitCastInst *BCI = dyn_cast<BitCastInst>(EI.getOperand(0))) {
169 if (VectorType *VT = dyn_cast<VectorType>(BCI->getOperand(0)->getType()))
171 if (Value *Elt = findScalarElement(BCI->getOperand(0), IndexVal))