Home
last modified time | relevance | path

Searched refs:CreateConstrainedFPCast (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h1956 return CreateConstrainedFPCast(Intrinsic::experimental_constrained_fptoui,
1963 return CreateConstrainedFPCast(Intrinsic::experimental_constrained_fptosi,
1970 return CreateConstrainedFPCast(Intrinsic::experimental_constrained_uitofp,
1977 return CreateConstrainedFPCast(Intrinsic::experimental_constrained_sitofp,
1985 return CreateConstrainedFPCast(
1993 return CreateConstrainedFPCast(Intrinsic::experimental_constrained_fpext,
2106 CallInst *CreateConstrainedFPCast(
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp1036 CallInst *IRBuilderBase::CreateConstrainedFPCast( in CreateConstrainedFPCast() function in IRBuilderBase