Home
last modified time | relevance | path

Searched refs:ConstOp (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/games/atc/
H A Dgrammar.y50 %token <ival> ConstOp
91 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 ')' ']'
H A Dlex.l52 [0-9]+ { yylval.ival = atoi(yytext); return(ConstOp); }
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp70 Constant *ConstOp = cast<Constant>(&Op); in shouldConvertToRelLookupTable() local
76 if (!IsConstantOffsetFromGlobal(ConstOp, GVOp, Offset, DL)) in shouldConvertToRelLookupTable()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp585 const Constant *ConstOp = dyn_cast<Constant>(Op); in ConstHasGlobalValuePredicate() local
586 if (!ConstOp) in ConstHasGlobalValuePredicate()
588 if (Visited.insert(ConstOp).second) in ConstHasGlobalValuePredicate()
589 WorkList.push_back(ConstOp); in ConstHasGlobalValuePredicate()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2462 const SCEVConstant *ConstOp = getConstantPart(Product); in gcdMIVtest() local
2463 if (!ConstOp) in gcdMIVtest()
2465 APInt ConstOpValue = ConstOp->getAPInt(); in gcdMIVtest()
H A DInstructionSimplify.cpp4259 if (Constant *ConstOp = dyn_cast<Constant>(NewOp)) in simplifyWithOpReplaced() local
4260 ConstOps.push_back(ConstOp); in simplifyWithOpReplaced()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp958 ConstantSDNode *ConstOp; in combineShiftToAVG() local
959 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()