Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7071 Type *PredInstType = PredInst->getType(); in execute() local
7072 PHINode *Phi = State.Builder.CreatePHI(PredInstType, 2); in execute()