Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DNoFolder.h149 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function
150 return CastInst::CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
H A DIRBuilderFolder.h88 virtual Value *CreateZExtOrBitCast(Constant *C, Type *DestTy) const = 0;
H A DConstantFolder.h212 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function
H A DInstrTypes.h472 static CastInst *CreateZExtOrBitCast(
480 static CastInst *CreateZExtOrBitCast(
H A DIRBuilder.h2018 Value *CreateZExtOrBitCast(Value *V, Type *DestTy,
2023 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name);
2024 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h150 Value *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function
153 return ConstFolder.CreateZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
H A DTargetFolder.h219 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp537 Builder.CreateZExtOrBitCast(Val, IntegerType::get(Ctx, LoadSize * 8)); in getMemInstValueForLoad()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1274 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitUDiv()
1279 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitUDiv()
1780 return CastInst::CreateZExtOrBitCast(Cmp, Ty); in visitURem()
H A DInstCombinePHI.cpp856 return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType()); in foldPHIArgZextsIntoPHI()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp4535 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext"); in VisitBinLAnd()
4599 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext"); in VisitBinLAnd()
4651 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext"); in VisitBinLOr()
4709 return Builder.CreateZExtOrBitCast(PN, ResTy, "lor.ext"); in VisitBinLOr()
4838 llvm::Value *StepV = Builder.CreateZExtOrBitCast(CondV, CGF.Int64Ty); in VisitAbstractConditionalOperator()
H A DCGObjCGNU.cpp1704 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy); in EmitIvarOffset()
4174 return CGF.Builder.CreateZExtOrBitCast( in EmitIvarOffset()
4195 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy); in EmitIvarOffset()
H A DCGBuiltin.cpp1909 ArgVal = Builder.CreateZExtOrBitCast(ArgVal, ConvertType(ArgTy)); in emitBuiltinOSLogFormat()
7963 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int32Ty); in EmitARMBuiltinExpr()
8018 Arg1 = Builder.CreateZExtOrBitCast(Arg1, Int32Ty); in EmitARMBuiltinExpr()
9992 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int64Ty); in EmitAArch64BuiltinExpr()
10069 Arg1 = Builder.CreateZExtOrBitCast(Arg1, DataTy); in EmitAArch64BuiltinExpr()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp1047 auto *ZExt = CastInst::CreateZExtOrBitCast(Base, SDI->getType(), "", SDI); in processSExt()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1071 opr_n = B.CreateZExtOrBitCast(opr_n, nTy, "__ytou"); in fold_pow()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3398 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
3406 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
H A DCore.cpp3759 return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildZExtOrBitCast()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2457 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)
2469 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7761 V = Builder.CreateZExtOrBitCast(V, SplitStoreType); in splitMergedValStore()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21371 Strex, {Builder.CreateZExtOrBitCast( in emitStoreConditional()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22506 Stxr, {Builder.CreateZExtOrBitCast( in emitStoreConditional()