Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1089 SDValue combineSRA(SDNode *N, DAGCombinerInfo &DCI) const;
DPPCISelLowering.cpp12456 return combineSRA(N, DCI); in PerformDAGCombine()
14122 SDValue PPCTargetLowering::combineSRA(SDNode *N, DAGCombinerInfo &DCI) const { in combineSRA() function in PPCTargetLowering