HomeSort by relevance Sort by last modified time
    Searched defs:isNilpotent (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
Instruction.cpp 510 /// isNilpotent - Return true if the instruction is nilpotent:
519 bool Instruction::isNilpotent(unsigned Opcode) {
  /external/llvm/include/llvm/IR/
Instruction.h 299 /// isNilpotent - Return true if the instruction is nilpotent:
308 bool isNilpotent() const { return isNilpotent(getOpcode()); }
309 static bool isNilpotent(unsigned op);

Completed in 633 milliseconds