Searched refs:ScalarType (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1010 QualType ScalarType; local
1013 ScalarType = Context.IntTy;
1018 ScalarType = Context.IntTy;
1028 ScalarType = Context.VoidTy;
1037 ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc),
H A DSemaExpr.cpp1219 QualType ScalarType = local
1223 return S.Context.getComplexType(ScalarType);
1228 QualType ScalarType = local
1231 QualType ComplexType = S.Context.getComplexType(ScalarType);
1241 QualType ScalarType = local
1244 QualType ComplexType = S.Context.getComplexType(ScalarType);
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp825 MDNode *ScalarType = MDNode::get(I->getContext(), Elts); local
826 // Create a MDNode <ScalarType, ScalarType, offset 0, const>
827 Metadata *Elts2[] = {ScalarType, ScalarType,
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4581 MVT ScalarType = ResultVT.getVectorElementType().getSimpleVT(); local
4582 if (ScalarType.isFloatingPoint()) {
4584 unsigned ScalarSize = ScalarType.getSizeInBits();
[all...]

Completed in 477 milliseconds