Home
last modified time | relevance | path

Searched refs:OtherTy (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h160 template<class OtherTy, class OtherIterTy>
161 bundle_iterator(const bundle_iterator<OtherTy, OtherIterTy> &I)
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2227 Type *OtherTy = OtherPtrTy->getElementType(); in RewriteMemIntrinUserOfAlloca() local
2228 if (StructType *ST = dyn_cast<StructType>(OtherTy)) { in RewriteMemIntrinUserOfAlloca()
2231 Type *EltTy = cast<SequentialType>(OtherTy)->getElementType(); in RewriteMemIntrinUserOfAlloca()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp937 QualType OtherTy, in handleOtherComplexFloatConversion() argument
940 int order = S.Context.getFloatingTypeOrder(ComplexTy, OtherTy); in handleOtherComplexFloatConversion()
957 S.Context.getComplexType(OtherTy)); in handleOtherComplexFloatConversion()