Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h325 simplifyInstructionWithOperands(Instruction *I, ArrayRef<Value *> NewOps,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6293 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 DAttributorAttributes.cpp10248 Value *NewV = simplifyInstructionWithOperands(&I, NewOps, Q, ORE); in handleGenericInst()