Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h317 SimplifyInstructionWithOperands(Instruction *I, ArrayRef<Value *> NewOps,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6234 Value *llvm::SimplifyInstructionWithOperands(Instruction *I, in SimplifyInstructionWithOperands() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5595 SimplifyInstructionWithOperands(&I, NewOps, Q, ORE)) { in handleGenericInst()