Searched refs:FieldIntTy (Results 1 – 2 of 2) sorted by relevance
2504 IntegerType *FieldIntTy = IntegerType::get(LI->getContext(), in RewriteLoadUserOfWholeAlloca() local2509 PointerType::getUnqual(FieldIntTy), in RewriteLoadUserOfWholeAlloca()2515 if (SrcField->getType() != FieldIntTy) in RewriteLoadUserOfWholeAlloca()2516 SrcField = new BitCastInst(SrcField, FieldIntTy, "", LI); in RewriteLoadUserOfWholeAlloca()2531 Shift = AllocaSizeBits-Shift-FieldIntTy->getBitWidth(); in RewriteLoadUserOfWholeAlloca()
3117 llvm::Type *FieldIntTy = in EmitLValueForField() local3119 if (Addr.getElementType() != FieldIntTy) in EmitLValueForField()3120 Addr = Builder.CreateElementBitCast(Addr, FieldIntTy); in EmitLValueForField()