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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 404 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy);
410 if (Result->getType() != AllocPtrType)
412 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore);
416 if (Result->getType() != AllocPtrType) {
419 Result = new BitCastInst(MCall, AllocPtrType, Name);
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 493 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy);
500 if (Result->getType() != AllocPtrType)
502 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore);
506 if (Result->getType() != AllocPtrType) {
509 Result = new BitCastInst(MCall, AllocPtrType, Name);
    [all...]

Completed in 61 milliseconds