Searched refs:isNilpotent (Results 1 – 3 of 3) sorted by relevance
349 bool isNilpotent() const { return isNilpotent(getOpcode()); }350 static bool isNilpotent(unsigned op);
553 bool Instruction::isNilpotent(unsigned Opcode) { in isNilpotent() function in Instruction
410 if (Instruction::isNilpotent(Opcode)) { in IncorporateWeight()