Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp857 Value *ByteCmpRes = in transformByteCompare() local
863 Index->replaceAllUsesWith(ByteCmpRes); in transformByteCompare()
879 BasicBlock *MismatchEnd = cast<Instruction>(ByteCmpRes)->getParent(); in transformByteCompare()
886 Value *FoundCmp = Builder.CreateICmpEQ(ByteCmpRes, MaxLen); in transformByteCompare()
903 if (Op == ByteCmpRes) { in transformByteCompare()
912 PN.addIncoming(ByteCmpRes, CmpBB); in transformByteCompare()