Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstantFolder.h169 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
DNoFolder.h222 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h174 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
/external/llvm/bindings/go/llvm/
Dir.go1621 func (b Builder) CreateIntCast(val Value, t Type, name string) (v Value) { func