Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10780 static uint64_t computeGREVOrGORC(uint64_t x, unsigned ShAmt, bool IsGORC) { in computeGREVOrGORC() function
10869 ~computeGREVOrGORC(~Known.Zero.getZExtValue(), 7, IsGORC); in computeKnownBitsForTargetNode()
10870 Known.One = computeGREVOrGORC(Known.One.getZExtValue(), 7, IsGORC); in computeKnownBitsForTargetNode()