Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp428 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I)) in commonShiftTransforms()
757 Instruction *InstCombinerImpl::FoldShiftByConstant(Value *Op0, Constant *C1, in FoldShiftByConstant() function in InstCombinerImpl
H A DInstCombineInternal.h132 Instruction *FoldShiftByConstant(Value *Op0, Constant *Op1,