Searched refs:FieldIntTy (Results 1 – 2 of 2) sorted by relevance
2335 IntegerType *FieldIntTy = IntegerType::get(LI->getContext(), in RewriteLoadUserOfWholeAlloca() local2340 PointerType::getUnqual(FieldIntTy), in RewriteLoadUserOfWholeAlloca()2346 if (SrcField->getType() != FieldIntTy) in RewriteLoadUserOfWholeAlloca()2347 SrcField = new BitCastInst(SrcField, FieldIntTy, "", LI); in RewriteLoadUserOfWholeAlloca()2362 Shift = AllocaSizeBits-Shift-FieldIntTy->getBitWidth(); in RewriteLoadUserOfWholeAlloca()
3326 llvm::Type *FieldIntTy = in EmitLValueForField() local3328 if (Addr.getElementType() != FieldIntTy) in EmitLValueForField()3329 Addr = Builder.CreateElementBitCast(Addr, FieldIntTy); in EmitLValueForField()