Home
last modified time | relevance | path

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

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