Searched refs:OpSym (Results 1 – 2 of 2) sorted by relevance
1338 const SymExpr *OpSym = S->getOperand(); in simplifySValOnce() local1339 SVal OpVal = getConstOrVisit(OpSym); in simplifySValOnce()1340 if (isUnchanged(OpSym, OpVal)) in simplifySValOnce()1343 return cache(S, SVB.evalCast(OpVal, S->getType(), OpSym->getType())); in simplifySValOnce()
2631 MCSymbol *OpSym = MCInstLowering.GetSymbolFromOperand(MI->getOperand(2)); in emitInstruction() local2639 MCSymbolRefExpr::create(OpSym, OutContext), DotExpr, OutContext); in emitInstruction()