Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4196 auto *VecC = dyn_cast<Constant>(Vec); in SimplifyInsertElementInst() local
4199 if (VecC && ValC && IdxC) in SimplifyInsertElementInst()
4200 return ConstantFoldInsertElementInstruction(VecC, ValC, IdxC); in SimplifyInsertElementInst()
4480 SmallVector<Constant *, 16> VecC(MaskNumElts, C); in SimplifyShuffleVectorInst() local
4483 VecC[i] = UndefValue::get(C->getType()); in SimplifyShuffleVectorInst()
4484 return ConstantVector::get(VecC); in SimplifyShuffleVectorInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3371 auto *VecC = dyn_cast<Constant>(M); in foldICmpWithLowBitMaskedVal() local
3372 if (OpTy->isVectorTy() && VecC && VecC->containsUndefElement()) { in foldICmpWithLowBitMaskedVal()
3375 if (!isa<UndefValue>(VecC->getAggregateElement(i))) { in foldICmpWithLowBitMaskedVal()
3376 SafeReplacementConstant = VecC->getAggregateElement(i); in foldICmpWithLowBitMaskedVal()
3381 M = Constant::replaceUndefsWith(VecC, SafeReplacementConstant); in foldICmpWithLowBitMaskedVal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp19958 SDValue VecC = in SimplifyVBinOp() local
19961 return DAG.getNode(ISD::INSERT_SUBVECTOR, DL, VT, VecC, NarrowBO, Z); in SimplifyVBinOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp8534 Constant *VecC = getConstantVector(VT, SplatValue, SplatBitSize, in lowerBuildVectorAsBroadcast() local
8536 SDValue VCP = DAG.getConstantPool(VecC, PVT); in lowerBuildVectorAsBroadcast()