Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:PtrSize

1479   uint32_t PtrSize = TD.getPointerSizeInBits();
1480 if (PtrSize != Src.IntVal.getBitWidth())
1481 Src.IntVal = Src.IntVal.zextOrTrunc(PtrSize);