Home
last modified time | relevance | path

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

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