Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h188 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
H A DNoFolder.h222 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h176 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h642 static InitializationKind CreateCast(SourceRange TypeRange) { in CreateCast() function