Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6432 QualType ParmTy; in emitDeclareSimdFunction() local
6435 ParmTy = E->getType(); in emitDeclareSimdFunction()
6440 ParmTy = PVD->getType(); in emitDeclareSimdFunction()
6445 C.toCharUnitsFromBits(C.getOpenMPDefaultSimdAlign(ParmTy)) in emitDeclareSimdFunction()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp11540 QualType ParmTy; in emitDeclareSimdFunction() local
11543 ParmTy = E->getType(); in emitDeclareSimdFunction()
11548 ParmTy = PVD->getType(); in emitDeclareSimdFunction()
11554 C.toCharUnitsFromBits(C.getOpenMPDefaultSimdAlign(ParmTy)) in emitDeclareSimdFunction()