Searched defs:BitCastInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h3713 // BitCastInst Class
3717 class BitCastInst : public CastInst { class in inherits:CastInst
3719 /// \brief Clone an identical BitCastInst
3720 BitCastInst *clone_impl() const override;
3724 BitCastInst(
3732 BitCastInst(
/external/llvm/lib/IR/
H A DInstructions.cpp430 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore);
437 Result = new BitCastInst(MCall, AllocPtrType, Name);
499 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertBefore);
503 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertAtEnd);
2391 case BitCast: return new BitCastInst (S, Ty, Name, InsertBefore);
2413 case BitCast: return new BitCastInst (S, Ty, Name, InsertAtEnd);
3028 BitCastInst::BitCastInst( function in class:BitCastInst
3034 BitCastInst::BitCastInst( function in class:BitCastInst
[all...]

Completed in 269 milliseconds