Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp939 static Value *foldOperationIntoPhiValue(BinaryOperator *I, Value *InV, in foldOperationIntoPhiValue() argument
944 if (auto *InC = dyn_cast<Constant>(InV)) { in foldOperationIntoPhiValue()
950 Value *Op0 = InV, *Op1 = C; in foldOperationIntoPhiValue()
1038 Value *InV = nullptr; in foldOpIntoPhi() local
1047 InV = InC->isNullValue() ? FalseVInPred : TrueVInPred; in foldOpIntoPhi()
1058 InV = Builder.CreateSelect(PN->getIncomingValue(i), TrueVInPred, in foldOpIntoPhi()
1061 NewPN->addIncoming(InV, ThisBB); in foldOpIntoPhi()
1066 Value *InV = nullptr; in foldOpIntoPhi() local
1068 InV = ConstantExpr::getCompare(CI->getPredicate(), InC, C); in foldOpIntoPhi()
1070 InV = Builder.CreateICmp(CI->getPredicate(), PN->getIncomingValue(i), in foldOpIntoPhi()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp352 for (Value *InV: PN->incoming_values()) in getBaseType()
353 Worklist.push_back(InV); in getBaseType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
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()