Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h253 bool isOnlyUserOfAnyOperand();
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp322 bool Instruction::isOnlyUserOfAnyOperand() { in isOnlyUserOfAnyOperand() function in Instruction
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp686 if (I.isOnlyUserOfAnyOperand()) { in foldFMulReassoc()