Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp111 static bool isLDX32(unsigned Opcode) { in isLDX32() function
125 return isLDX32(Opcode) || isLDX64(Opcode) || isLDSX(Opcode); in isLoadInst()
148 else if (isLDX32(Opcode)) in checkADDrr()