Home
last modified time | relevance | path

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

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