Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h794 shlSlowCase(ShiftAmt);
2044 LLVM_ABI void shlSlowCase(unsigned ShiftAmt);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1117 void APInt::shlSlowCase(unsigned ShiftAmt) { in shlSlowCase() function in APInt
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23572 {"_ZNK4llvm5APInt11shlSlowCaseEj", "llvm::APInt::shlSlowCase(unsigned int) const"},