Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17202 static SDValue stripModuloOnShift(const TargetLowering &TLI, SDNode *N, in stripModuloOnShift() function
17235 if (auto Value = stripModuloOnShift(*this, N, DCI.DAG)) in combineSHL()
17265 if (auto Value = stripModuloOnShift(*this, N, DCI.DAG)) in combineSRA()
17272 if (auto Value = stripModuloOnShift(*this, N, DCI.DAG)) in combineSRL()