Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h185 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
H A DNoFolder.h238 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h198 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const { in CreateZExtOrBitCast() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2450 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
2458 CastInst *CastInst::CreateZExtOrBitCast(Value *S, Type *Ty, in CreateZExtOrBitCast() function in CastInst
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1591 func (b Builder) CreateZExtOrBitCast(val Value, t Type, name string) (v Value) { func