Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h760 Instruction *foldICmpXorShiftConst(ICmpInst &Cmp, BinaryOperator *Xor,
H A DInstCombineCompares.cpp1595 if (Instruction *I = foldICmpXorShiftConst(Cmp, Xor, C)) in foldICmpXorConstant()
1664 Instruction *InstCombinerImpl::foldICmpXorShiftConst(ICmpInst &Cmp, in foldICmpXorShiftConst() function in InstCombinerImpl