Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp706 PHINode *ResPhi = Builder.CreatePHI(ResType, 4, "mismatch_result"); in expandFindMismatch() local
707 ResPhi->addIncoming(MaxLen, LoopIncBlock); in expandFindMismatch()
708 ResPhi->addIncoming(IndexPhi, LoopStartBlock); in expandFindMismatch()
709 ResPhi->addIncoming(MaxLen, SVELoopIncBlock); in expandFindMismatch()
710 ResPhi->addIncoming(SVELoopRes, SVELoopMismatchBlock); in expandFindMismatch()
712 Value *FinalRes = Builder.CreateTrunc(ResPhi, ResType); in expandFindMismatch()
787 bool ResPhi = false; in transformByteCompare() local
790 ResPhi = true; in transformByteCompare()
797 if (ResPhi) in transformByteCompare()