Searched defs:isIdempotent (Results 1 – 4 of 4) sorted by relevance
344 public boolean isIdempotent() { in isIdempotent() method in MethodDescriptor
601 bool Instruction::isIdempotent(unsigned Opcode) { in isIdempotent() function in Instruction
394 bool isIdempotent() const { return isIdempotent(getOpcode()); } in isIdempotent() function
213 bool isIdempotent = false; in MakeSymIntVal() local