Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h176 bool isOnlyUserOfAnyOperand();
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp120 bool Instruction::isOnlyUserOfAnyOperand() { in isOnlyUserOfAnyOperand() function in Instruction
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp558 if (I.isOnlyUserOfAnyOperand()) { in visitFMul()