Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h207 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
H A DNoFolder.h241 Instruction *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h193 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3160 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst
3173 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst