Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h200 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
H A DNoFolder.h264 Instruction *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h184 Constant *CreateFPCast(Constant *C, Type *DestTy) const { in CreateFPCast() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp2765 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst
2778 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst