Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h245 Instruction *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() function
H A DConstantFolder.h211 Constant *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h198 Constant *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1763 func (b Builder) CreateBitCast(val Value, t Type, name string) (v Value) { func