Searched refs:ResultTy (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeIntrinsicInfo.cpp92 Type *ResultTy = NULL;
100 return FunctionType::get(ResultTy, ArgTys, IsVarArg);
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DConstantFold.cpp1578 Type *ResultTy; local
1580 ResultTy = VectorType::get(Type::getInt1Ty(C1->getContext()),
1583 ResultTy = Type::getInt1Ty(C1->getContext());
1587 return Constant::getNullValue(ResultTy);
1590 return Constant::getAllOnesValue(ResultTy);
1599 return UndefValue::get(ResultTy);
1602 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(pred));
1650 case ICmpInst::ICMP_EQ: return ConstantInt::get(ResultTy, V1 == V2);
1651 case ICmpInst::ICMP_NE: return ConstantInt::get(ResultTy, V1 != V2);
1652 case ICmpInst::ICMP_SLT: return ConstantInt::get(ResultTy, V
[all...]
H A DFunction.cpp586 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context);
592 return FunctionType::get(ResultTy, ArgTys, false);
H A DConstants.cpp1782 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); local
1784 ResultTy = VectorType::get(ResultTy, VT->getNumElements());
1787 return pImpl->ExprConstants.getOrCreate(ResultTy, Key);
1805 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); local
1807 ResultTy = VectorType::get(ResultTy, VT->getNumElements());
1810 return pImpl->ExprConstants.getOrCreate(ResultTy, Key);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp540 Type *ResultTy = 0; local
551 ResultTy = Type::getVoidTy(Context);
554 ResultTy = Type::getHalfTy(Context);
557 ResultTy = Type::getFloatTy(Context);
560 ResultTy = Type::getDoubleTy(Context);
563 ResultTy = Type::getX86_FP80Ty(Context);
566 ResultTy = Type::getFP128Ty(Context);
569 ResultTy = Type::getPPC_FP128Ty(Context);
572 ResultTy = Type::getLabelTy(Context);
575 ResultTy
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DConstantFolding.cpp575 Type *ResultTy, const TargetData *TD,
578 Type *IntPtrTy = TD->getIntPtrType(ResultTy->getContext());
625 Type *ResultTy, const TargetData *TD,
642 cast<PointerType>(ResultTy)->getElementType()->isIntegerTy(8)) {
650 Res = ConstantExpr::getIntToPtr(Res, ResultTy);
696 return ConstantExpr::getIntToPtr(C, ResultTy);
755 } while (Ty != cast<PointerType>(ResultTy)->getElementType());
771 if (Ty != cast<PointerType>(ResultTy)->getElementType())
772 C = FoldBitCast(C, ResultTy, *TD);
574 CastGEPIndices(ArrayRef<Constant *> Ops, Type *ResultTy, const TargetData *TD, const TargetLibraryInfo *TLI) argument
624 SymbolicallyEvaluateGEP(ArrayRef<Constant *> Ops, Type *ResultTy, const TargetData *TD, const TargetLibraryInfo *TLI) argument
H A DLazyValueInfo.cpp709 IntegerType *ResultTy = cast<IntegerType>(BBI->getType()); local
743 Result.markConstantRange(LHSRange.truncate(ResultTy->getBitWidth()));
746 Result.markConstantRange(LHSRange.signExtend(ResultTy->getBitWidth()));
749 Result.markConstantRange(LHSRange.zeroExtend(ResultTy->getBitWidth()));
H A DScalarEvolution.cpp676 Type *ResultTy) {
679 return SE.getTruncateOrZeroExtend(It, ResultTy);
735 unsigned W = SE.getTypeSizeInBits(ResultTy);
781 SE.getTruncateOrZeroExtend(DivResult, ResultTy));
674 BinomialCoefficient(const SCEV *It, unsigned K, ScalarEvolution &SE, Type *ResultTy) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/AsmParser/
H A DLLParser.h232 Type *&ResultTy);
H A DLLParser.cpp1573 Type *&ResultTy) {
1587 ResultTy = Entry.first;
1601 ResultTy = 0;
1603 return ParseArrayVectorType(ResultTy, true);
1604 return ParseType(ResultTy);
1622 ResultTy = STy;

Completed in 172 milliseconds