Searched refs:CNV (Results 1 – 3 of 3) sorted by relevance
16 CNV="osu-revoked.$DOMAIN"65 V) CNV=$OPTARG;;150 cat my-openssl.cnf | sed "s/#@CN@/commonName_default = $CNV/" > openssl.cnf.tmp
8794 APInt CNV = Offset0; in CombineToPreIndexedLoadStore() local8795 if (X0 < 0) CNV = -CNV; in CombineToPreIndexedLoadStore()8796 if (X1 * Y0 * Y1 < 0) CNV = CNV + Offset1; in CombineToPreIndexedLoadStore()8797 else CNV = CNV - Offset1; in CombineToPreIndexedLoadStore()8800 SDValue NewOp1 = DAG.getConstant(CNV, CN->getValueType(0)); in CombineToPreIndexedLoadStore()
8497 uint32_t CNV = CN->getZExtValue(); in performCONDCombine() local8498 if (CNV == 255) in performCONDCombine()8500 else if (CNV == 65535) in performCONDCombine()