Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DNoFolder.h133 Instruction *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
H A DConstantFolder.h196 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h136 Value *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
H A DTargetFolder.h205 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3548 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst
3561 CastInst *CastInst::CreateFPCast(Value *C, Type *Ty, in CreateFPCast() function in CastInst