| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 238 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function 239 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
|
| H A D | ConstantFolder.h | 185 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
| H A D | InstrTypes.h | 429 static CastInst *CreateZExtOrBitCast( 437 static CastInst *CreateZExtOrBitCast(
|
| H A D | IRBuilder.h | 1221 Value *CreateZExtOrBitCast(Value *V, Type *DestTy, 1226 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name); 1227 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 198 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 3009 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext"); in VisitBinLAnd() 3053 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext"); in VisitBinLAnd() 3088 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext"); in VisitBinLOr() 3132 return Builder.CreateZExtOrBitCast(PN, ResTy, "lor.ext"); in VisitBinLOr()
|
| H A D | CGObjCGNU.cpp | 2813 return CGF.Builder.CreateZExtOrBitCast( in EmitIvarOffset() 2826 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy); in EmitIvarOffset()
|
| H A D | CGBuiltin.cpp | 3320 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int32Ty); in EmitARMBuiltinExpr() 3371 Arg1 = Builder.CreateZExtOrBitCast(Arg1, Int32Ty); in EmitARMBuiltinExpr() 4092 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int64Ty); in EmitAArch64BuiltinExpr() 4134 Arg1 = Builder.CreateZExtOrBitCast(Arg1, DataTy); in EmitAArch64BuiltinExpr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1568 return CastInst::CreateZExtOrBitCast(X, Op1->getType()); in visitSub()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2450 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst 2458 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
|
| H A D | Core.cpp | 2617 return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildZExtOrBitCast()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2366 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *) 2378 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1591 func (b Builder) CreateZExtOrBitCast(val Value, t Type, name string) (v Value) { func
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 8834 Stxr, Builder.CreateZExtOrBitCast( in emitStoreConditional()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 11224 Strex, Builder.CreateZExtOrBitCast( in emitStoreConditional()
|