Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h329 simplifyInstructionWithOperands(Instruction *I, ArrayRef<Value *> NewOps,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6584 static Value *simplifyInstructionWithOperands(Instruction *I, in simplifyInstructionWithOperands() function
6699 Value *llvm::simplifyInstructionWithOperands(Instruction *I, in simplifyInstructionWithOperands() function in llvm
6705 return ::simplifyInstructionWithOperands(I, NewOps, SQ, ORE); in simplifyInstructionWithOperands()
6711 Value *Result = ::simplifyInstructionWithOperands(I, Ops, SQ, ORE); in simplifyInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1221 Value *NewVal = simplifyInstructionWithOperands( in foldOpIntoPhi()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10887 Value *NewV = simplifyInstructionWithOperands(&I, NewOps, Q, ORE); in handleGenericInst()