Lines Matching refs:newMaskConst
749 Constant *newMaskConst; in optimizeBitExtract() local
786 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() local
896 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()
918 newMaskConst, "bfm_mask", CI); in expandBFM()