reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
190 Value *V = IC.Builder.getInt32(1); 199 AllocaInst *New = IC.Builder.CreateAlloca(NewTy, nullptr, AI.getName()); 212 Type *IdxTy = IC.getDataLayout().getIntPtrType(AI.getType()); 217 IC.InsertNewInstBefore(GEP, *It); 221 return IC.replaceInstUsesWith(AI, GEP); 226 return IC.replaceInstUsesWith(AI, Constant::getNullValue(AI.getType())); 230 Type *IntPtrTy = IC.getDataLayout().getIntPtrType(AI.getType()); 232 Value *V = IC.Builder.CreateIntCast(AI.getArraySize(), IntPtrTy, false);