Home
last modified time | relevance | path

Searched refs:CreateZExtOrBitCast (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Support/
DNoFolder.h226 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
227 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
DConstantFolder.h179 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
DTargetFolder.h191 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
DIRBuilder.h989 Value *CreateZExtOrBitCast(Value *V, Type *DestTy,
994 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name);
995 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
/external/llvm/include/llvm/
DInstrTypes.h434 static CastInst *CreateZExtOrBitCast(
442 static CastInst *CreateZExtOrBitCast(
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2389 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext"); in VisitBinLAnd()
2431 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext"); in VisitBinLAnd()
2456 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext"); in VisitBinLOr()
2498 return Builder.CreateZExtOrBitCast(PN, ResTy, "lor.ext"); in VisitBinLOr()
DCGObjCGNU.cpp2646 return CGF.Builder.CreateZExtOrBitCast( in EmitIvarOffset()
2659 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy); in EmitIvarOffset()
/external/llvm/lib/VMCore/
DInstructions.cpp2313 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
2321 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
DCore.cpp2147 return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildZExtOrBitCast()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2197 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)
2209 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)