Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h634 Instruction *foldAddWithConstant(BinaryOperator &Add);
H A DInstCombineAddSub.cpp850 Instruction *InstCombinerImpl::foldAddWithConstant(BinaryOperator &Add) { in foldAddWithConstant() function in InstCombinerImpl
1295 if (Instruction *X = foldAddWithConstant(I)) in visitAdd()