Home
last modified time | relevance | path

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

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