Home | History | Annotate | Download | only in Scalar

Lines Matching refs:BCI

487 bool Scalarizer::visitBitCastInst(BitCastInst &BCI) {
488 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy());
489 VectorType *SrcVT = dyn_cast<VectorType>(BCI.getSrcTy());
495 IRBuilder<> Builder(&BCI);
496 Scatterer Op0 = scatter(&BCI, BCI.getOperand(0));
503 BCI.getName() + ".i" + Twine(I));
519 Scatterer Mid = scatter(&BCI, V);
532 BCI.getName() + ".i" + Twine(ResI)
535 BCI.getName() + ".i" + Twine(ResI));
538 gather(&BCI, Res);