Searched refs:getSizes (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h213 std::pair<llvm::Value *, llvm::Value *> getSizes(unsigned N) const { function in class:clang::CodeGen::ReductionCodeGen
H A DCGOpenMPRuntime.cpp5762 if (RCG.getSizes(N).second) {
5833 if (RCG.getSizes(N).second) {
5906 if (RCG.getSizes(N).second) {
5981 std::tie(SizeValInChars, SizeVal) = RCG.getSizes(Cnt);
6072 auto Sizes = RCG.getSizes(N);

Completed in 97 milliseconds