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 14 typedef int ScalarTy;
24 static ScalarTy scalar_id(ScalarTy a) { return a; }
33 static void scalar_mul(ScalarTy a) { result *= a; }
  /external/llvm/lib/IR/
Constants.cpp 150 Type *ScalarTy = Ty->getScalarType();
156 if (PointerType *PTy = dyn_cast<PointerType>(ScalarTy))
590 Type *ScalarTy = Ty->getScalarType();
591 if (ScalarTy->isFloatingPointTy()) {
592 Constant *C = getNegativeZero(ScalarTy);
    [all...]

Completed in 53 milliseconds