reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/CodeGenPrepare.cpp
 4811       if (cast<IntegerType>(IntPtrTy)->getBitWidth() >
 4855         if (V->getType() != IntPtrTy)
 4856           V = Builder.CreateIntCast(V, IntPtrTy, /*isSigned=*/true, "sunkaddr");
 4864         if (V->getType() == IntPtrTy) {
 4867           assert(cast<IntegerType>(IntPtrTy)->getBitWidth() <
 4870           V = Builder.CreateTrunc(V, IntPtrTy, "sunkaddr");
 4874           V = Builder.CreateMul(V, ConstantInt::get(IntPtrTy, AddrMode.Scale),
 4884         Value *V = ConstantInt::get(IntPtrTy, AddrMode.BaseOffs);