Home
last modified time | relevance | path

Searched defs:CreateBitCast (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h176 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() function
H A DNoFolder.h229 Instruction *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h189 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1585 func (b Builder) CreateBitCast(val Value, t Type, name string) (v Value) { func