Searched refs:isNilpotent (Results 1 – 3 of 3) sorted by relevance
406 bool isNilpotent() const { return isNilpotent(getOpcode()); } in isNilpotent() function407 static bool isNilpotent(unsigned op);
530 bool isNilpotent() const { return isNilpotent(getOpcode()); }531 static bool isNilpotent(unsigned Opcode) {
329 if (Instruction::isNilpotent(Opcode)) { in IncorporateWeight()