Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h406 bool isNilpotent() const { return isNilpotent(getOpcode()); } in isNilpotent() function
407 static bool isNilpotent(unsigned op);
/external/llvm/include/llvm/IR/
DInstruction.h381 bool isNilpotent() const { return isNilpotent(getOpcode()); }
382 static bool isNilpotent(unsigned op);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h489 bool isNilpotent() const { return isNilpotent(getOpcode()); }
490 static bool isNilpotent(unsigned Opcode) {
/external/llvm/lib/IR/
DInstruction.cpp614 bool Instruction::isNilpotent(unsigned Opcode) { in isNilpotent() function in Instruction
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp309 if (Instruction::isNilpotent(Opcode)) { in IncorporateWeight()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp324 if (Instruction::isNilpotent(Opcode)) { in IncorporateWeight()