Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.cpp3148 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3185 if (DestIsSigned) in getCastOpcode()
HDCore.cpp4183 LLVMTypeRef DestTy, LLVMBool DestIsSigned) { in LLVMGetCastOpcode() argument
4185 unwrap(Src), SrcIsSigned, unwrap(DestTy), DestIsSigned)); in LLVMGetCastOpcode()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm-c/
HDCore.h4525 LLVMTypeRef DestTy, LLVMBool DestIsSigned);