Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h327 LLVM_ABI bool isOnlyUserOfAnyOperand();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp374 bool Instruction::isOnlyUserOfAnyOperand() { in isOnlyUserOfAnyOperand() function in Instruction
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h159 bool isOnlyUserOfAnyOperand() const { in isOnlyUserOfAnyOperand() function
160 return cast<llvm::Instruction>(Val)->isOnlyUserOfAnyOperand(); in isOnlyUserOfAnyOperand()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp648 if (Opcode == Instruction::FMul && I.isOnlyUserOfAnyOperand() && in foldPowiReassoc()
901 if (I.isOnlyUserOfAnyOperand()) { in foldFMulReassoc()