Home
last modified time | relevance | path

Searched refs:simplifyInstructionWithOperands (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h262 LLVM_ABI Value *simplifyInstructionWithOperands(Instruction *I,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp82 static Value *simplifyInstructionWithOperands(Instruction *I,
4435 ::simplifyInstructionWithOperands(I, NewOps, Q, MaxRecurse)); in simplifyWithOpsReplaced()
7100 static Value *simplifyInstructionWithOperands(Instruction *I, in simplifyInstructionWithOperands() function
7233 Value *llvm::simplifyInstructionWithOperands(Instruction *I, in simplifyInstructionWithOperands() function in llvm
7238 return ::simplifyInstructionWithOperands(I, NewOps, SQ, RecursionLimit); in simplifyInstructionWithOperands()
7243 Value *Result = ::simplifyInstructionWithOperands(I, Ops, SQ, RecursionLimit); in simplifyInstruction()
H A DInlineCost.cpp1805 Value *SimplifiedInstruction = llvm::simplifyInstructionWithOperands( in simplifyCmpInstForRecCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1716 return simplifyInstructionWithOperands(&I, Ops, I.getDataLayout()); in simplifyOperationIntoSelectOperand()
1799 Value *NewVal = simplifyInstructionWithOperands( in simplifyInstructionWithPHI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11358 Value *NewV = simplifyInstructionWithOperands(&I, NewOps, Q); in handleGenericInst()