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

  /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);
  /external/llvm/lib/IR/
Instruction.cpp 510 /// isNilpotent - Return true if the instruction is nilpotent:
519 bool Instruction::isNilpotent(unsigned Opcode) {
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 374 if (Instruction::isNilpotent(Opcode)) {
    [all...]

Completed in 182 milliseconds