Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h184 bool isOnlyUserOfAnyOperand();
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp157 bool Instruction::isOnlyUserOfAnyOperand() { in isOnlyUserOfAnyOperand() function in Instruction
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp677 if (I.isOnlyUserOfAnyOperand()) { in visitFMul()