Searched refs:simplifyCall (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 234 LLVM_ABI Value *simplifyCall(CallBase *Call, Value *Callee,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 7012 Value *llvm::simplifyCall(CallBase *Call, Value *Callee, ArrayRef<Value *> Args, in simplifyCall() function in llvm 7215 return simplifyCall( in simplifyInstructionWithOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 1197 NewVecC = simplifyCall(II, II->getCalledOperand(), VecCs, SQ); in scalarizeOpOrCmp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1689 if (Value *V = simplifyCall(&CI, CI.getCalledOperand(), Args, in visitCallInst()
|