Searched defs:isNilpotent (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DInstruction.cpp510 /// isNilpotent - Return true if the instruction is nilpotent:
519 bool Instruction::isNilpotent(unsigned Opcode) { function in class:Instruction
/external/llvm/include/llvm/IR/
H A DInstruction.h299 /// isNilpotent - Return true if the instruction is nilpotent:
308 bool isNilpotent() const { return isNilpotent(getOpcode()); } function in class:llvm::Instruction
309 static bool isNilpotent(unsigned op);

Completed in 81 milliseconds