Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp100 ConstantExpr *CExpr = dyn_cast<ConstantExpr>(WU); in replaceConstantExprOp() local
101 if (!CExpr || !replaceConstantExprOp(CExpr, P)) in replaceConstantExprOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h210 } else if (auto CExpr = dyn_cast<ConstantExpr>(Val)) { variable
211 if (hasUsefulEdges(CExpr)) {
212 if (Graph.addNode(InstantiatedValue{CExpr, 0}))
213 visitConstantExpr(CExpr);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h175 } else if (const ConstantExpr *CExpr = dyn_cast<ConstantExpr>(v0)) { in print() local
177 AP.lowerConstantForGV(cast<Constant>(CExpr), false); in print()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp1674 Expr *CExpr = nullptr; in buildCoroutineParameterMoves() local
1677 CExpr = castForMoving(*this, PDRefExpr.get()); in buildCoroutineParameterMoves()
1679 CExpr = PDRefExpr.get(); in buildCoroutineParameterMoves()
1682 AddInitializerToDecl(D, CExpr, /*DirectInit=*/true); in buildCoroutineParameterMoves()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp689 if (auto CExpr = dyn_cast<ConstantExpr>(Operand)) in cloneConstantExprWithNewAddressSpace() local
691 CExpr, NewAddrSpace, ValueWithNewAddrSpace, DL, TTI)) { in cloneConstantExprWithNewAddressSpace()