Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFMISimplifyPatchable.cpp63 bool isLoadInst(unsigned Opcode);
124 bool BPFMISimplifyPatchable::isLoadInst(unsigned Opcode) { in isLoadInst() function in __anonba3247050111::BPFMISimplifyPatchable
289 if (isLoadInst(Opcode)) { in processInst()
318 if (!isLoadInst(MI.getOpcode())) in removeLD()