Searched defs:CreateZExtOrBitCast (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
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
H A DNoFolder.h238 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h1140 Value *CreateZExtOrBitCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp2394 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, function in class:CastInst
2402 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, function in class:CastInst

Completed in 120 milliseconds