Searched refs:CExpr (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreLowerThreadLocal.cpp | 100 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 D | CFLGraph.h | 210 } 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 D | NVPTXAsmPrinter.h | 175 } 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 D | SemaCoroutine.cpp | 1674 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 D | InferAddressSpaces.cpp | 689 if (auto CExpr = dyn_cast<ConstantExpr>(Operand)) in cloneConstantExprWithNewAddressSpace() local 691 CExpr, NewAddrSpace, ValueWithNewAddrSpace, DL, TTI)) { in cloneConstantExprWithNewAddressSpace()
|