Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1417 SDValue combineSHL(SDNode *N, DAGCombinerInfo &DCI) const;
DPPCISelLowering.cpp15275 return combineSHL(N, DCI); in PerformDAGCombine()
17234 SDValue PPCTargetLowering::combineSHL(SDNode *N, DAGCombinerInfo &DCI) const { in combineSHL() function in PPCTargetLowering