Searched refs:CstVal (Results 1 – 1 of 1) sorted by relevance
3008 APInt CstVal = IsSExt ? Cst->getValue().sext(BitWidth) in promoteOperandForOther() local3010 TPT.setOperand(ExtOpnd, OpIdx, ConstantInt::get(Ext->getType(), CstVal)); in promoteOperandForOther()4874 if (ConstantInt *CstVal = dyn_cast<ConstantInt>(ValExtractIdx)) in getConstantVector() local4875 ExtractIdx = CstVal->getSExtValue(); in getConstantVector()