Lines Matching refs:ST
1052 // 12-16 are st(0..4). Not sure why we stop at 4.
1063 // 11-16 are st(0..5). Not sure why we stop at 5.
2510 llvm::StructType *ST = cast<llvm::StructType>(AI.getCoerceToType());
2512 Tmp = CGF.Builder.CreateBitCast(Tmp, ST->getPointerTo());
2513 assert(ST->getNumElements() == 2 && "Unexpected ABI info for mixed regs");
2514 llvm::Type *TyLo = ST->getElementType(0);
2515 llvm::Type *TyHi = ST->getElementType(1);
2560 llvm::StructType *ST = llvm::StructType::get(DoubleTy, DoubleTy, NULL);
2562 Tmp = CGF.Builder.CreateBitCast(Tmp, ST->getPointerTo());