Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp62 bool isLoadInst(unsigned Opcode);
123 bool BPFMISimplifyPatchable::isLoadInst(unsigned Opcode) { in isLoadInst() function in __anone5144c020111::BPFMISimplifyPatchable
288 if (isLoadInst(Opcode)) { in processInst()
317 if (!isLoadInst(MI.getOpcode())) in removeLD()