Searched refs:simplifyInstructionWithOperands (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 262 LLVM_ABI Value *simplifyInstructionWithOperands(Instruction *I,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 82 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 D | InlineCost.cpp | 1805 Value *SimplifiedInstruction = llvm::simplifyInstructionWithOperands( in simplifyCmpInstForRecCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1716 return simplifyInstructionWithOperands(&I, Ops, I.getDataLayout()); in simplifyOperationIntoSelectOperand() 1799 Value *NewVal = simplifyInstructionWithOperands( in simplifyInstructionWithPHI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 11358 Value *NewV = simplifyInstructionWithOperands(&I, NewOps, Q); in handleGenericInst()
|