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

  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 418 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore);
425 Result = new BitCastInst(MCall, AllocPtrType, Name);
487 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertBefore);
491 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertAtEnd);
    [all...]

Completed in 24 milliseconds