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.cpp3148 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3185 if (DestIsSigned) in getCastOpcode()
H A DCore.cpp4183 LLVMTypeRef DestTy, LLVMBool DestIsSigned) { in LLVMGetCastOpcode() argument
4185 unwrap(Src), SrcIsSigned, unwrap(DestTy), DestIsSigned)); in LLVMGetCastOpcode()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h4525 LLVMTypeRef DestTy, LLVMBool DestIsSigned);