Home
last modified time | relevance | path

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

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