Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp122 static bool isLoadSext(unsigned Opcode) { in isLoadSext() function
127 return isLoad32(Opcode) || isLoad64(Opcode) || isLoadSext(Opcode); in isLoadInst()
148 if (isLoad64(Opcode) || isLoadSext(Opcode)) in checkADDrr()