Home
last modified time | relevance | path

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

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