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

/external/llvm/include/llvm/Support/
H A DNoFolder.h238 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
239 return CastInst::CreateZExtOrBitCast(C, DestTy);
H A DConstantFolder.h179 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h198 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder
/external/llvm/include/llvm/IR/
H A DInstrTypes.h431 static CastInst *CreateZExtOrBitCast(
439 static CastInst *CreateZExtOrBitCast(
H A DIRBuilder.h1094 Value *CreateZExtOrBitCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
1099 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name);
1100 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2810 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext");
2852 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext");
2881 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext");
2923 return Builder.CreateZExtOrBitCast(PN, ResTy, "lor.ext");
H A DCGObjCGNU.cpp2858 return CGF.Builder.CreateZExtOrBitCast(
2871 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy);
H A DCGBuiltin.cpp2007 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int32Ty);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1420 return CastInst::CreateZExtOrBitCast(X, Op1->getType());
H A DInstCombineCalls.cpp697 return CastInst::CreateZExtOrBitCast(Arg0, II->getType());
/external/llvm/lib/IR/
H A DInstructions.cpp2367 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, function in class:CastInst
2375 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, function in class:CastInst
H A DCore.cpp2272 return wrap(unwrap(B)->CreateZExtOrBitCast(unwrap(Val), unwrap(DestTy),
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2197 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)
2209 See the method [llvm::LLVMBuilder::CreateZExtOrBitCast]. *)

Completed in 243 milliseconds