Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getPointerSizeInBits

1332       TD->getPointerSizeInBits()) {
1367 APInt Offset(TD ? TD->getPointerSizeInBits() : 1, 0);
1399 if (TD && CI.getType()->getScalarSizeInBits() != TD->getPointerSizeInBits()) {