Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h252 simplifyInstructionWithOperands(Instruction *I, ArrayRef<Value *> NewOps,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp78 static Value *simplifyInstructionWithOperands(Instruction *I,
4436 ::simplifyInstructionWithOperands(I, NewOps, Q, MaxRecurse)); in simplifyWithOpReplaced()
7057 static Value *simplifyInstructionWithOperands(Instruction *I, in simplifyInstructionWithOperands() function
7191 Value *llvm::simplifyInstructionWithOperands(Instruction *I, in simplifyInstructionWithOperands() function in llvm
7196 return ::simplifyInstructionWithOperands(I, NewOps, SQ, RecursionLimit); in simplifyInstructionWithOperands()
7201 Value *Result = ::simplifyInstructionWithOperands(I, Ops, SQ, RecursionLimit); in simplifyInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1748 Value *NewVal = simplifyInstructionWithOperands( in simplifyInstructionWithPHI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11280 Value *NewV = simplifyInstructionWithOperands(&I, NewOps, Q); in handleGenericInst()