Searched refs:newMaskConst (Results 1 – 1 of 1) sorted by relevance
749 Constant *newMaskConst; in optimizeBitExtract() local786 newMaskConst = ConstantVector::get(maskVals); in optimizeBitExtract()809 newMaskConst = ConstantInt::get(aType, maskVal, isSigned); in optimizeBitExtract()831 newMaskConst in optimizeBitExtract()891 Constant *newMaskConst = NULL; in expandBFM() local896 newMaskConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 0x1F); in expandBFM()900 newMaskVals.push_back(newMaskConst); in expandBFM()903 newMaskConst = ConstantVector::get(newMaskVals); in expandBFM()906 newMaskConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 0x1F); in expandBFM()911 newMaskConst, "bfm_mask", CI); in expandBFM()[all …]