Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getArraySize

172     if (AI.getArraySize()->getType()->isIntegerTy(32))
182 if (const ConstantInt *C = dyn_cast<ConstantInt>(AI.getArraySize())) {
209 if (isa<UndefValue>(AI.getArraySize()))
215 if (AI.getArraySize()->getType() != IntPtrTy) {
216 Value *V = IC.Builder->CreateIntCast(AI.getArraySize(), IntPtrTy, false);
241 AI.setOperand(0, ConstantInt::get(AI.getArraySize()->getType(), 1));
622 ConstantInt *CS = dyn_cast<ConstantInt>(AI->getArraySize());