Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h181 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
H A DNoFolder.h250 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h167 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h622 static InitializationKind CreateCast(SourceRange TypeRange) { in CreateCast() function