Searched refs:CreateZExtOrBitCast (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h257 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override {
258 return CastInst::CreateZExtOrBitCast(C, DestTy);
H A DIRBuilderFolder.h109 virtual Value *CreateZExtOrBitCast(Constant *C, Type *DestTy) const = 0;
H A DConstantFolder.h223 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override {
H A DInstrTypes.h476 static CastInst *CreateZExtOrBitCast(
484 static CastInst *CreateZExtOrBitCast(
H A DIRBuilder.h2076 Value *CreateZExtOrBitCast(Value *V, Type *DestTy, function in class:llvm::IRBuilderBase
2081 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name);
2082 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h207 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp560 Helper.CreateZExtOrBitCast(Val, IntegerType::get(Ctx, LoadSize * 8));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1035 return CastInst::CreateZExtOrBitCast(Cmp, Ty);
1040 return CastInst::CreateZExtOrBitCast(Cmp, Ty);
1494 return CastInst::CreateZExtOrBitCast(Cmp, Ty);
H A DInstCombinePHI.cpp817 return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp922 CastInst::CreateZExtOrBitCast(Base, SDI->getType(), SDI->getName(), SDI);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp4288 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext");
4352 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext");
4404 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext");
4462 return Builder.CreateZExtOrBitCast(PN, ResTy, "lor.ext");
4590 llvm::Value *StepV = Builder.CreateZExtOrBitCast(CondV, CGF.Int64Ty);
H A DCGObjCGNU.cpp1698 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy);
4090 return CGF.Builder.CreateZExtOrBitCast(
4111 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy);
H A DCGBuiltin.cpp1827 ArgVal = Builder.CreateZExtOrBitCast(ArgVal, ConvertType(ArgTy));
7503 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int32Ty);
7554 Arg1 = Builder.CreateZExtOrBitCast(Arg1, Int32Ty);
9428 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int64Ty);
9492 Arg1 = Builder.CreateZExtOrBitCast(Arg1, DataTy);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1118 opr_n = B.CreateZExtOrBitCast(opr_n, nTy, "__ytou");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2990 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, function in class:CastInst
2998 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, function in class:CastInst
H A DCore.cpp3832 return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy),
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2515 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)
2527 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7497 V = Builder.CreateZExtOrBitCast(V, SplitStoreType);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19559 Strex, {Builder.CreateZExtOrBitCast(
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16977 {Builder.CreateZExtOrBitCast(

Completed in 919 milliseconds