HomeSort by relevance Sort by last modified time
    Searched refs:DestPTy (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 95 Type *DestPTy = DestTy->getElementType();
104 if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() ||
105 DestPTy->isVectorTy()) {
127 IC.getTargetData()->getTypeSizeInBits(DestPTy)) {
260 Type *DestPTy = cast<PointerType>(CI->getType())->getElementType();
266 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy())
309 IC.getTargetData()->getTypeSizeInBits(DestPTy))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
VNCoercion.cpp 389 Type *DestPTy = IntegerType::get(LoadTy->getContext(), NewLoadSize * 8);
390 DestPTy =
391 PointerType::get(DestPTy, PtrVal->getType()->getPointerAddressSpace());
393 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy);
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 139 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) {
141 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() &&
149 return BitCastConstantVector(V, DestPTy);
156 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.cpp 139 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) {
141 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() &&
149 return BitCastConstantVector(V, DestPTy);
156 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 135 if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) {
137 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() &&
145 return BitCastConstantVector(CV, DestPTy);
152 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy);
    [all...]

Completed in 554 milliseconds