Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp904 Value *ByteCmpRes = in transformByteCompare() local
910 Index->replaceAllUsesWith(ByteCmpRes); in transformByteCompare()
926 BasicBlock *MismatchEnd = cast<Instruction>(ByteCmpRes)->getParent(); in transformByteCompare()
933 Value *FoundCmp = Builder.CreateICmpEQ(ByteCmpRes, MaxLen); in transformByteCompare()
950 if (Op == ByteCmpRes) { in transformByteCompare()
959 PN.addIncoming(ByteCmpRes, CmpBB); in transformByteCompare()