Searched refs:ScalarTy (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSROA.cpp2352 Type *ScalarTy = AllocaTy->getScalarType(); local
2359 !TD.isLegalInteger(TD.getTypeSizeInBits(ScalarTy)))) {
2380 TD.getTypeSizeInBits(ScalarTy));
2381 if (TD.getTypeSizeInBits(ScalarTy) > VTy->getBitWidth())
2389 if (V->getType() != ScalarTy) {
2390 if (ScalarTy->isPointerTy())
2391 V = IRB.CreateIntToPtr(V, ScalarTy);
2392 else if (ScalarTy->isPrimitiveType() || ScalarTy->isVectorTy())
2393 V = IRB.CreateBitCast(V, ScalarTy);
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DConstants.cpp125 Type *ScalarTy = Ty->getScalarType(); local
131 if (PointerType *PTy = dyn_cast<PointerType>(ScalarTy))
538 Type *ScalarTy = Ty->getScalarType(); local
539 if (ScalarTy->isFloatingPointTy()) {
540 Constant *C = getNegativeZero(ScalarTy);

Completed in 201 milliseconds