Home
last modified time | relevance | path

Searched refs:DestIsSigned (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3208 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3245 if (DestIsSigned) in getCastOpcode()
H A DCore.cpp4259 LLVMTypeRef DestTy, LLVMBool DestIsSigned) { in LLVMGetCastOpcode() argument
4261 unwrap(Src), SrcIsSigned, unwrap(DestTy), DestIsSigned)); in LLVMGetCastOpcode()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h4796 LLVMBool DestIsSigned);