Home
last modified time | relevance | path

Searched refs:DestPTy (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp95 Type *DestPTy = DestTy->getElementType(); in InstCombineLoadCast() local
104 if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() || in InstCombineLoadCast()
105 DestPTy->isVectorTy()) { in InstCombineLoadCast()
127 IC.getTargetData()->getTypeSizeInBits(DestPTy)) { in InstCombineLoadCast()
260 Type *DestPTy = cast<PointerType>(CI->getType())->getElementType(); in InstCombineStoreToCast() local
266 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy()) in InstCombineStoreToCast()
309 IC.getTargetData()->getTypeSizeInBits(DestPTy)) in InstCombineStoreToCast()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp1004 Type *DestPTy = in GetLoadValueForLoad() local
1006 DestPTy = PointerType::get(DestPTy, in GetLoadValueForLoad()
1009 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy); in GetLoadValueForLoad()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1869 const PointerType *DestPTy = DestTy->getAs<PointerType>(); in EmitDynamicCast() local
1874 if (DestPTy) { in EmitDynamicCast()
1875 isDynamicCastToVoid = DestPTy->getPointeeType()->isVoidType(); in EmitDynamicCast()
1877 DestRecordTy = DestPTy->getPointeeType(); in EmitDynamicCast()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1048 Type *DestPTy = in GetLoadValueForLoad() local
1050 DestPTy = PointerType::get(DestPTy, in GetLoadValueForLoad()
1053 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy); in GetLoadValueForLoad()
/external/llvm/lib/IR/
DConstantFold.cpp139 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) { in FoldBitCast() local
141 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() && in FoldBitCast()
149 return BitCastConstantVector(V, DestPTy); in FoldBitCast()
156 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy); in FoldBitCast()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp135 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) { in FoldBitCast() local
137 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() && in FoldBitCast()
145 return BitCastConstantVector(CV, DestPTy); in FoldBitCast()
152 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy); in FoldBitCast()