Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1019 Value *InV = P->getIncomingValue(i); in promoteTo() local
1020 IntegerType *Ty = cast<IntegerType>(InV->getType()); in promoteTo()
1026 InV = IRBuilder<>(InB->getTerminator()).CreateZExt(InV, DestTy); in promoteTo()
1027 P->setIncomingValue(i, InV); in promoteTo()