Searched defs:isPtrMemOp (Results 1 – 5 of 5) sorted by relevance
3938 static bool isPtrMemOp(Opcode Opc) { in isPtrMemOp() function3941 bool isPtrMemOp() const { return isPtrMemOp(getOpcode()); } in isPtrMemOp() function
3916 static bool isPtrMemOp(Opcode Opc) { in isPtrMemOp() function3919 bool isPtrMemOp() const { return isPtrMemOp(getOpcode()); } in isPtrMemOp() function
3910 static bool isPtrMemOp(Opcode Opc) { in isPtrMemOp() function3913 bool isPtrMemOp() const { return isPtrMemOp(getOpcode()); } in isPtrMemOp() function
2970 bool isPtrMemOp() const { return Opc == BO_PtrMemD || Opc == BO_PtrMemI; } in isPtrMemOp() function