Home
last modified time | relevance | path

Searched defs:SrcIsSigned (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h41 bool SrcIsSigned = SrcSema.isSigned(); in Convert() local
166 Value *CreateIntegerToFixed(Value *Src, unsigned SrcIsSigned, in CreateIntegerToFixed()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3148 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode()
H A DCore.cpp4182 LLVMOpcode LLVMGetCastOpcode(LLVMValueRef Src, LLVMBool SrcIsSigned, in LLVMGetCastOpcode()