Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1090 SDValue combineSRL(SDNode *N, DAGCombinerInfo &DCI) const;
DPPCISelLowering.cpp12458 return combineSRL(N, DCI); in PerformDAGCombine()
14129 SDValue PPCTargetLowering::combineSRL(SDNode *N, DAGCombinerInfo &DCI) const { in combineSRL() function in PPCTargetLowering