HomeSort by: relevance | last modified time | path
    Searched refs:SrcElementTy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantsContext.h 282 Type *SrcElementTy;
285 GetElementPtrConstantExpr(Type *SrcElementTy, Constant *C,
289 static GetElementPtrConstantExpr *Create(Type *SrcElementTy, Constant *C,
293 GetElementPtrConstantExpr(SrcElementTy, C, IdxList, DestTy);
Constants.cpp 2871 Type *SrcElementTy, Constant *C, ArrayRef<Constant *> IdxList, Type *DestTy)
2876 SrcElementTy(SrcElementTy),
2877 ResElementTy(GetElementPtrInst::getIndexedType(SrcElementTy, IdxList)) {
2885 return SrcElementTy;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 1203 llvm::Type *SrcElementTy;
1208 SrcElementTy = cast<llvm::VectorType>(SrcTy)->getElementType();
1215 SrcElementTy = SrcTy;
1221 if (isa<llvm::IntegerType>(SrcElementTy)) {
1235 assert(SrcElementTy->isFloatingPointTy() && "Unknown real conversion");
1241 if (DstElementTy->getTypeID() < SrcElementTy->getTypeID())
1390 llvm::Type *SrcElementTy = cast<llvm::VectorType>(SrcTy)->getElementType();
1394 assert(((SrcElementTy->isIntegerTy() &&
1396 (SrcElementTy->isFloatingPointTy() &&
1402 if (SrcElementTy->isIntegerTy()
    [all...]

Completed in 24 milliseconds