Searched refs:ConstOp (Results 1 – 7 of 7) sorted by relevance
50 %token <ival> ConstOp91 UpdateOp '=' ConstOp ';'103 NewplaneOp '=' ConstOp ';'115 HeightOp '=' ConstOp ';'127 WidthOp '=' ConstOp ';'164 '(' ConstOp ConstOp ')'188 '(' ConstOp ConstOp DirOp ')'217 '(' ConstOp ConstOp DirOp ')'246 '[' '(' ConstOp ConstOp ')' '(' ConstOp ConstOp ')' ']'
52 [0-9]+ { yylval.ival = atoi(yytext); return(ConstOp); }
70 Constant *ConstOp = cast<Constant>(&Op); in shouldConvertToRelLookupTable() local76 if (!IsConstantOffsetFromGlobal(ConstOp, GVOp, Offset, DL)) in shouldConvertToRelLookupTable()
585 const Constant *ConstOp = dyn_cast<Constant>(Op); in ConstHasGlobalValuePredicate() local586 if (!ConstOp) in ConstHasGlobalValuePredicate()588 if (Visited.insert(ConstOp).second) in ConstHasGlobalValuePredicate()589 WorkList.push_back(ConstOp); in ConstHasGlobalValuePredicate()
2462 const SCEVConstant *ConstOp = getConstantPart(Product); in gcdMIVtest() local2463 if (!ConstOp) in gcdMIVtest()2465 APInt ConstOpValue = ConstOp->getAPInt(); in gcdMIVtest()
4259 if (Constant *ConstOp = dyn_cast<Constant>(NewOp)) in simplifyWithOpReplaced() local4260 ConstOps.push_back(ConstOp); in simplifyWithOpReplaced()
958 ConstantSDNode *ConstOp; in combineShiftToAVG() local959 if ((ConstOp = isConstOrConstSplat(Op1, DemandedElts)) && in combineShiftToAVG()960 ConstOp->isOne()) { in combineShiftToAVG()965 if ((ConstOp = isConstOrConstSplat(Op2, DemandedElts)) && in combineShiftToAVG()966 ConstOp->isOne()) { in combineShiftToAVG()971 if ((ConstOp = isConstOrConstSplat(Op3, DemandedElts)) && in combineShiftToAVG()972 ConstOp->isOne()) { in combineShiftToAVG()