Searched refs:isNilpotent (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/
H A DInstruction.h227 /// isNilpotent - Return true if the instruction is nilpotent:
236 bool isNilpotent() const { return isNilpotent(getOpcode()); } function in class:llvm::Instruction
237 static bool isNilpotent(unsigned op);
/external/llvm/lib/VMCore/
H A DInstruction.cpp419 /// isNilpotent - Return true if the instruction is nilpotent:
428 bool Instruction::isNilpotent(unsigned Opcode) { function in class:Instruction
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp295 if (Instruction::isNilpotent(Opcode)) {

Completed in 230 milliseconds