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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp395 for (Value *InV : PN->incoming_values())
396 Worklist.push_back(InV);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp959 static Value *foldOperationIntoPhiValue(BinaryOperator *I, Value *InV, argument
964 if (auto *InC = dyn_cast<Constant>(InV)) {
970 Value *Op0 = InV, *Op1 = C;
1058 Value *InV = nullptr; local
1067 InV = InC->isNullValue() ? FalseVInPred : TrueVInPred;
1078 InV = Builder.CreateSelect(PN->getIncomingValue(i), TrueVInPred,
1081 NewPN->addIncoming(InV, ThisBB);
1086 Value *InV = nullptr; local
1088 InV = ConstantExpr::getCompare(CI->getPredicate(), InC, C);
1090 InV
1096 Value *InV = foldOperationIntoPhiValue(BO, PN->getIncomingValue(i), local
1104 Value *InV; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp353 for (Value *InV: PN->incoming_values())
354 Worklist.push_back(InV);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1019 Value *InV = P->getIncomingValue(i); local
1020 IntegerType *Ty = cast<IntegerType>(InV->getType());
1026 InV = IRBuilder<>(InB->getTerminator()).CreateZExt(InV, DestTy);
1027 P->setIncomingValue(i, InV);

Completed in 76 milliseconds