Searched defs:CreateIntCast (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 128 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
|
| H A D | ConstantFolder.h | 191 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 125 Value *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
|
| H A D | TargetFolder.h | 194 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1765 func (b Builder) CreateIntCast(val Value, t Type, name string) (v Value) { func
|