Home | History | Annotate | Download | only in Scalar

Lines Matching refs:FieldIntTy

2335     IntegerType *FieldIntTy = IntegerType::get(LI->getContext(),
2340 PointerType::getUnqual(FieldIntTy),
2346 if (SrcField->getType() != FieldIntTy)
2347 SrcField = new BitCastInst(SrcField, FieldIntTy, "", LI);
2362 Shift = AllocaSizeBits-Shift-FieldIntTy->getBitWidth();