Searched defs:isPtrMemOp (Results 1 – 2 of 2) sorted by relevance
3803 static bool isPtrMemOp(Opcode Opc) { in isPtrMemOp() function3806 bool isPtrMemOp() const { return isPtrMemOp(getOpcode()); } in isPtrMemOp() function
2970 bool isPtrMemOp() const { return Opc == BO_PtrMemD || Opc == BO_PtrMemI; } in isPtrMemOp() function