Searched refs:simplifyInstructionWithOperands (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 325 simplifyInstructionWithOperands(Instruction *I, ArrayRef<Value *> NewOps,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 6293 static Value *simplifyInstructionWithOperands(Instruction *I, in simplifyInstructionWithOperands() function 6447 Value *llvm::simplifyInstructionWithOperands(Instruction *I, in simplifyInstructionWithOperands() function in llvm 6453 return ::simplifyInstructionWithOperands(I, NewOps, SQ, ORE); in simplifyInstructionWithOperands() 6459 return ::simplifyInstructionWithOperands(I, Ops, SQ, ORE); in simplifyInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 10248 Value *NewV = simplifyInstructionWithOperands(&I, NewOps, Q, ORE); in handleGenericInst()
|