Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp62 bool isLoadInst(unsigned Opcode);
96 bool BPFMISimplifyPatchable::isLoadInst(unsigned Opcode) { in isLoadInst() function in __anone037fbbc0111::BPFMISimplifyPatchable
243 if (isLoadInst(Opcode)) { in processInst()
272 if (!isLoadInst(MI.getOpcode())) in removeLD()