Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12731 static bool isConsecutiveLSLoc(SDValue Loc, EVT VT, LSBaseSDNode *Base, in isConsecutiveLSLoc() function
12777 return isConsecutiveLSLoc(Loc, VT, Base, Bytes, Dist, DAG); in isConsecutiveLS()
12805 return isConsecutiveLSLoc(N->getOperand(2), VT, Base, Bytes, Dist, DAG); in isConsecutiveLS()
12837 return isConsecutiveLSLoc(N->getOperand(3), VT, Base, Bytes, Dist, DAG); in isConsecutiveLS()