Searched refs:CDV (Results 1 – 6 of 6) sorted by relevance
898 const ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C); in getConstantValue() local902 if (CDV) { in getConstantValue()903 elemNum = CDV->getNumElements(); in getConstantValue()904 ElemTy = CDV->getElementType(); in getConstantValue()930 if(CDV) in getConstantValue()932 Result.AggregateVal[i].FloatVal = CDV->getElementAsFloat(i); in getConstantValue()952 if(CDV) in getConstantValue()954 Result.AggregateVal[i].DoubleVal = CDV->getElementAsDouble(i); in getConstantValue()978 if(CDV) in getConstantValue()981 CDV->getElementType()->getPrimitiveSizeInBits(), in getConstantValue()[all …]
80 ConstantDataVector *CDV = dyn_cast<ConstantDataVector>(C); in FoldBitCast() local81 if (!CDV) in FoldBitCast()91 Result |= CDV->getElementAsInteger(NumSrcElts-i-1); in FoldBitCast()93 Result |= CDV->getElementAsInteger(i); in FoldBitCast()
708 auto CDV = dyn_cast<ConstantDataVector>(II->getArgOperand(1)); in visitCallInst() local710 if (!CDV && !CInt) in visitCallInst()713 if (CDV) in visitCallInst()714 Count = cast<ConstantInt>(CDV->getElementAsConstant(0)); in visitCallInst()
2235 10299 "CDV"
2469 11881 "CDV"
3236 15377 "CDV"