Searched refs:IsGORC (Results 1 – 1 of 1) sorted by relevance
7914 bool IsGORC = N->getOpcode() == RISCVISD::GORC; in combineGREVI_GORCI() local7915 assert((IsGORC || N->getOpcode() == RISCVISD::GREV) && "Unexpected opcode"); in combineGREVI_GORCI()7930 if (IsGORC) in combineGREVI_GORCI()9522 static uint64_t computeGREVOrGORC(uint64_t x, unsigned ShAmt, bool IsGORC) { in computeGREVOrGORC() argument9532 if (IsGORC) in computeGREVOrGORC()9608 bool IsGORC = Op.getOpcode() == RISCVISD::GORC; in computeKnownBitsForTargetNode() local9611 ~computeGREVOrGORC(~Known.Zero.getZExtValue(), ShAmt, IsGORC); in computeKnownBitsForTargetNode()9612 Known.One = computeGREVOrGORC(Known.One.getZExtValue(), ShAmt, IsGORC); in computeKnownBitsForTargetNode()