Searched refs:IsGORC (Results 1 – 1 of 1) sorted by relevance
16252 static uint64_t computeGREVOrGORC(uint64_t x, unsigned ShAmt, bool IsGORC) { in computeGREVOrGORC() argument16262 if (IsGORC) in computeGREVOrGORC()16354 bool IsGORC = Op.getOpcode() == RISCVISD::ORC_B; in computeKnownBitsForTargetNode() local16357 ~computeGREVOrGORC(~Known.Zero.getZExtValue(), 7, IsGORC); in computeKnownBitsForTargetNode()16358 Known.One = computeGREVOrGORC(Known.One.getZExtValue(), 7, IsGORC); in computeKnownBitsForTargetNode()