Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3394 auto ExactInteger = in isSimpleVIDSequence()
3396 if (!ExactInteger) in isSimpleVIDSequence()
3398 Elts[Idx] = *ExactInteger; in isSimpleVIDSequence()
3393 auto ExactInteger = isSimpleVIDSequence() local