Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp76 bool ZExtSeqExist, ZExtExist; in runOnMachineFunction() local
78 ZExtExist = eliminateZExt(); in runOnMachineFunction()
79 return ZExtSeqExist || ZExtExist; in runOnMachineFunction()