Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstruction.h349 bool isNilpotent() const { return isNilpotent(getOpcode()); }
350 static bool isNilpotent(unsigned op);
/external/llvm/lib/IR/
DInstruction.cpp553 bool Instruction::isNilpotent(unsigned Opcode) { in isNilpotent() function in Instruction
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp410 if (Instruction::isNilpotent(Opcode)) { in IncorporateWeight()