Searched defs:CreateCast (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 114 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
|
| H A D | ConstantFolder.h | 177 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 119 Value *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
|
| H A D | TargetFolder.h | 188 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Initialization.h | 648 static InitializationKind CreateCast(SourceRange TypeRange) { in CreateCast() function
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1753 func (b Builder) CreateCast(val Value, op Opcode, t Type, name string) (v Value) { func
|