Home
last modified time | relevance | path

Searched refs:isTruncatedShiftCountForLEA (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp962 inline static bool isTruncatedShiftCountForLEA(unsigned ShAmt) { in isTruncatedShiftCountForLEA() function
1349 if (!isTruncatedShiftCountForLEA(ShAmt)) return nullptr; in convertToThreeAddress()
1368 if (!isTruncatedShiftCountForLEA(ShAmt)) return nullptr; in convertToThreeAddress()
1402 if (!isTruncatedShiftCountForLEA(ShAmt)) in convertToThreeAddress()
4165 if (isTruncatedShiftCountForLEA(ShAmt)) return false; in isDefConvertible()