Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6751 int UsedElements = 0; in combineLOAD() local
6772 if (UsedElements & (1 << Index)) in combineLOAD()
6775 UsedElements |= 1 << Index; in combineLOAD()