Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp80 bool ZExtSeqExist, ZExtExist; in runOnMachineFunction() local
82 ZExtExist = eliminateZExt(); in runOnMachineFunction()
83 return ZExtSeqExist || ZExtExist; in runOnMachineFunction()