Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DNoFolder.h128 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
H A DConstantFolder.h191 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h125 Value *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
H A DTargetFolder.h194 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1765 func (b Builder) CreateIntCast(val Value, t Type, name string) (v Value) { func