Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp150 ConstantExpr *CExpr = dyn_cast<ConstantExpr>(WU); in replaceConstantExprOp() local
151 if (!CExpr || !replaceConstantExprOp(CExpr, P)) in replaceConstantExprOp()
/external/llvm/lib/Analysis/
DCFLAliasAnalysis.cpp870 auto *CExpr = Worklist.pop_back_val(); in constexprToEdges() local
871 std::unique_ptr<Instruction> Inst(CExpr->getAsInstruction()); in constexprToEdges()
880 Edge.From = CExpr; in constexprToEdges()
885 Edge.To = CExpr; in constexprToEdges()