HomeSort by relevance Sort by last modified time
    Searched refs:PTy (Results 26 - 41 of 41) sorted by null

12

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 84 PointerType *PTy = cast<PointerType>(CI.getType());
91 Type *CastElTy = PTy->getElementType();
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 223 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) {
224 Type *ETy = PTy->getElementType();
256 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType()))
257 if (PointerType *Pte = dyn_cast<PointerType>(PTy->getElementType()))
    [all...]
LoopStrengthReduce.cpp 641 if (PointerType *PTy = dyn_cast<PointerType>(AccessTy))
642 AccessTy = PointerType::get(IntegerType::get(PTy->getContext(), 1),
643 PTy->getAddressSpace());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp 806 if (const PointerType * PTy = dyn_cast<PointerType>(PQTy))
808 DI->getOrCreateRecordType(PTy->getPointeeType(),
    [all...]
CGObjC.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 131 if (PointerType *PTy = dyn_cast<PointerType>(ScalarTy))
132 C = ConstantExpr::getIntToPtr(C, PTy);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 2413 milliseconds

12