Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h236 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
H A DConstantFolder.h202 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h182 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1799 func (b Builder) CreateIntCast(val Value, t Type, name string) (v Value) { func