Home
last modified time | relevance | path

Searched refs:OpSym (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1397 const SymExpr *OpSym = S->getOperand(); in simplifySValOnce() local
1398 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2458 MCSymbol *OpSym = MCInstLowering.GetSymbolFromOperand(MI->getOperand(2)); in emitInstruction() local
2466 MCSymbolRefExpr::create(OpSym, OutContext), DotExpr, OutContext); in emitInstruction()