reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2835 V = insertVector(IRB, Old, Splat, BeginIndex, "vec"); 2842 V = getIntegerSplat(II.getValue(), Size); 2850 V = insertInteger(DL, IRB, Old, V, Offset, "insert"); 2850 V = insertInteger(DL, IRB, Old, V, Offset, "insert"); 2852 assert(V->getType() == IntTy && 2855 V = convertValue(DL, IRB, V, AllocaTy); 2855 V = convertValue(DL, IRB, V, AllocaTy); 2861 V = getIntegerSplat(II.getValue(), DL.getTypeSizeInBits(ScalarTy) / 8); 2863 V = getVectorSplat(V, AllocaVecTy->getNumElements()); 2863 V = getVectorSplat(V, AllocaVecTy->getNumElements()); 2865 V = convertValue(DL, IRB, V, AllocaTy); 2865 V = convertValue(DL, IRB, V, AllocaTy); 2868 StoreInst *New = IRB.CreateAlignedStore(V, &NewAI, NewAI.getAlignment(),