Searched refs:IsIntrin (Results 1 – 1 of 1) sorted by relevance
2796 bool IsIntrin = Node24->getOpcode() == ISD::INTRINSIC_WO_CHAIN; in simplifyI24() local2798 SDValue LHS = IsIntrin ? Node24->getOperand(1) : Node24->getOperand(0); in simplifyI24()2799 SDValue RHS = IsIntrin ? Node24->getOperand(2) : Node24->getOperand(1); in simplifyI24()2801 if (IsIntrin) { in simplifyI24()