Searched refs:CreateZExtOrBitCast (Results 1 - 11 of 11) 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.h191 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder
/external/llvm/include/llvm/
H A DInstrTypes.h434 static CastInst *CreateZExtOrBitCast(
442 static CastInst *CreateZExtOrBitCast(
H A DIRBuilder.h1004 Value *CreateZExtOrBitCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
1009 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name);
1010 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2387 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "land.ext");
2429 return Builder.CreateZExtOrBitCast(PN, ResTy, "land.ext");
2454 return Builder.CreateZExtOrBitCast(RHSCond, ResTy, "lor.ext");
2496 return Builder.CreateZExtOrBitCast(PN, ResTy, "lor.ext");
H A DCGObjCGNU.cpp2691 return CGF.Builder.CreateZExtOrBitCast(
2704 Offset = CGF.Builder.CreateZExtOrBitCast(Offset, PtrDiffTy);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp666 return CastInst::CreateZExtOrBitCast(Arg0, II->getType());
/external/llvm/lib/VMCore/
H A DInstructions.cpp2319 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, function in class:CastInst
2327 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, function in class:CastInst
H A DCore.cpp2166 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 1527 milliseconds