HomeSort by relevance Sort by last modified time
    Searched defs:ScalarTy (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
parameter-passing.c 18 typedef int ScalarTy;
28 static ScalarTy scalar_id(ScalarTy a) { return a; }
37 static void scalar_mul(ScalarTy a) { result *= a; }
  /external/llvm/lib/VMCore/
Constants.cpp 125 Type *ScalarTy = Ty->getScalarType();
131 if (PointerType *PTy = dyn_cast<PointerType>(ScalarTy))
538 Type *ScalarTy = Ty->getScalarType();
539 if (ScalarTy->isFloatingPointTy()) {
540 Constant *C = getNegativeZero(ScalarTy);
    [all...]

Completed in 124 milliseconds