HomeSort by: relevance | last modified time | path
    Searched defs:BitCastInst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 5148 // BitCastInst Class
5152 class BitCastInst : public CastInst {
5157 /// Clone an identical BitCastInst.
5158 BitCastInst *cloneImpl() const;
5162 BitCastInst(
5170 BitCastInst(
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 685 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore);
692 Result = new BitCastInst(MCall, AllocPtrType, Name);
774 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertBefore);
778 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertAtEnd);
2962 case BitCast: return new BitCastInst (S, Ty, Name, InsertBefore);
2984 case BitCast: return new BitCastInst (S, Ty, Name, InsertAtEnd);
3561 BitCastInst::BitCastInst(
3567 BitCastInst::BitCastInst(
    [all...]

Completed in 84 milliseconds