HomeSort by: relevance | last modified time | path
    Searched refs:scalarTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp 1834 llvm::Type *scalarTy = callResult.first->getType();
1835 llvm::Constant *scalarZero = llvm::Constant::getNullValue(scalarTy);
1838 llvm::PHINode *real = CGF.Builder.CreatePHI(scalarTy, 2);
1841 llvm::PHINode *imag = CGF.Builder.CreatePHI(scalarTy, 2);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 9732 QualType scalarTy,
9741 if (S.getLangOpts().OpenCL && (scalarTy->isRealFloatingType() ||
9742 (scalarTy->isIntegerType() &&
9743 S.Context.getIntegerTypeOrder(vectorEltTy, scalarTy) < 0))) {
9747 if (!scalarTy->isIntegralType(S.Context))
9751 if (scalarTy->isRealFloatingType()) {
9753 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) {
9759 else if (scalarTy->isIntegralType(S.Context))
9881 QualType ScalarTy = Scalar->get()->getType().getUnqualifiedType();
9892 if (!VectorEltTy->isArithmeticType() || !ScalarTy->isArithmeticType()
    [all...]

Completed in 72 milliseconds