Searched refs:OpSym (Results 1 – 2 of 2) sorted by relevance
1397 const SymExpr *OpSym = S->getOperand(); in simplifySValOnce() local1398 SVal OpVal = getConstOrVisit(OpSym); in simplifySValOnce()1399 if (isUnchanged(OpSym, OpVal)) in simplifySValOnce()1402 return cache(S, SVB.evalCast(OpVal, S->getType(), OpSym->getType())); in simplifySValOnce()
2458 MCSymbol *OpSym = MCInstLowering.GetSymbolFromOperand(MI->getOperand(2)); in emitInstruction() local2466 MCSymbolRefExpr::create(OpSym, OutContext), DotExpr, OutContext); in emitInstruction()