Home
last modified time | relevance | path

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

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