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.cpp1029 Value *InV = P->getIncomingValue(i); in promoteTo() local
1030 IntegerType *Ty = cast<IntegerType>(InV->getType()); in promoteTo()
1036 InV = IRBuilder<>(InB->getTerminator()).CreateZExt(InV, DestTy); in promoteTo()
1037 P->setIncomingValue(i, InV); in promoteTo()