Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DVNCoercion.cpp515 Type *DestPTy = in getLoadValueForLoad() local
518 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy); in getLoadValueForLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp428 Type *DestPTy = in getLoadValueForLoad() local
431 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-project/clang/lib/CodeGen/
DCGExprCXX.cpp2238 const PointerType *DestPTy = DestTy->getAs<PointerType>(); in EmitDynamicCast() local
2243 if (DestPTy) { in EmitDynamicCast()
2244 isDynamicCastToVoid = DestPTy->getPointeeType()->isVoidType(); in EmitDynamicCast()
2246 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/swiftshader/third_party/llvm-10.0/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/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/llvm-project/llvm/lib/IR/
DConstantFold.cpp140 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) { in FoldBitCast() local
142 assert(DestPTy->getPrimitiveSizeInBits() == in FoldBitCast()
151 return BitCastConstantVector(V, DestPTy); in FoldBitCast()
158 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy); in FoldBitCast()