Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6082 static Value *simplifyInstructionWithOperands(Instruction *I, in simplifyInstructionWithOperands() function
6240 return ::simplifyInstructionWithOperands(I, NewOps, SQ, ORE); in SimplifyInstructionWithOperands()
6246 return ::simplifyInstructionWithOperands(I, Ops, SQ, ORE); in SimplifyInstruction()