Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h288 bool isOnlyUserOfAnyOperand();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp359 bool Instruction::isOnlyUserOfAnyOperand() { in isOnlyUserOfAnyOperand() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp635 if (Opcode == Instruction::FMul && I.isOnlyUserOfAnyOperand() && in foldPowiReassoc()
804 if (I.isOnlyUserOfAnyOperand()) { in foldFMulReassoc()