Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h530 bool isNilpotent() const { return isNilpotent(getOpcode()); }
531 static bool isNilpotent(unsigned Opcode) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp329 if (Instruction::isNilpotent(Opcode)) { in IncorporateWeight()