Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstruction.h308 bool isNilpotent() const { return isNilpotent(getOpcode()); } in isNilpotent() function
309 static bool isNilpotent(unsigned op);
/external/llvm/lib/IR/
DInstruction.cpp519 bool Instruction::isNilpotent(unsigned Opcode) { in isNilpotent() function in Instruction
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp374 if (Instruction::isNilpotent(Opcode)) { in IncorporateWeight()