Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp75 bool ZExtSeqExist, ZExtExist; in runOnMachineFunction() local
77 ZExtExist = eliminateZExt(); in runOnMachineFunction()
78 return ZExtSeqExist || ZExtExist; in runOnMachineFunction()