Searched refs:NElems (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | GlobalOpt.cpp | 1084 Value *NElems = getMallocArraySize(CI, DL, TLI, true); in tryToOptimizeStoreOfMallocToGlobal() local 1085 if (!NElems) in tryToOptimizeStoreOfMallocToGlobal() 1088 if (ConstantInt *NElements = dyn_cast<ConstantInt>(NElems)) in tryToOptimizeStoreOfMallocToGlobal()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ExprConstant.cpp | 9294 uint64_t NElems = N.getZExtValue(); in VisitBuiltinCallExpr() local 9295 uint64_t NBytes = NElems * TSize; in VisitBuiltinCallExpr() 9309 if (!HandleLValueArrayAdjustment(Info, E, Src, T, NElems - 1) || in VisitBuiltinCallExpr() 9310 !HandleLValueArrayAdjustment(Info, E, Dest, T, NElems - 1)) in VisitBuiltinCallExpr() 9330 if (--NElems == 0) in VisitBuiltinCallExpr()
|