Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h598 Instruction *foldAddWithConstant(BinaryOperator &Add);
H A DInstCombineAddSub.cpp849 Instruction *InstCombinerImpl::foldAddWithConstant(BinaryOperator &Add) { in foldAddWithConstant() function in InstCombinerImpl
1469 if (Instruction *X = foldAddWithConstant(I)) in visitAdd()