Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h526 Instruction *foldAddWithConstant(BinaryOperator &Add);
DInstCombineAddSub.cpp849 Instruction *InstCombinerImpl::foldAddWithConstant(BinaryOperator &Add) { in foldAddWithConstant() function in InstCombinerImpl
1363 if (Instruction *X = foldAddWithConstant(I)) in visitAdd()