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

References

lib/CodeGen/CodeGenPrepare.cpp
 4942         V = Builder.CreatePtrToInt(V, IntPtrTy, "sunkaddr");
 4943       if (V->getType() != IntPtrTy)
 4944         V = Builder.CreateIntCast(V, IntPtrTy, /*isSigned=*/true, "sunkaddr");
 4951       if (V->getType() == IntPtrTy) {
 4954         V = Builder.CreatePtrToInt(V, IntPtrTy, "sunkaddr");
 4955       } else if (cast<IntegerType>(IntPtrTy)->getBitWidth() <
 4957         V = Builder.CreateTrunc(V, IntPtrTy, "sunkaddr");
 4970         V = Builder.CreateMul(V, ConstantInt::get(IntPtrTy, AddrMode.Scale),
 4980       Value *V = Builder.CreatePtrToInt(AddrMode.BaseGV, IntPtrTy, "sunkaddr");
 4989       Value *V = ConstantInt::get(IntPtrTy, AddrMode.BaseOffs);