Searched refs:simplifyInstructionWithOperands (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 329 simplifyInstructionWithOperands(Instruction *I, ArrayRef<Value *> NewOps,
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 6584 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 D | InstructionCombining.cpp | 1221 Value *NewVal = simplifyInstructionWithOperands( in foldOpIntoPhi()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 10887 Value *NewV = simplifyInstructionWithOperands(&I, NewOps, Q, ORE); in handleGenericInst()
|