Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h4249 LLVMTypeRef DestTy, LLVMBool DestIsSigned);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3949 LLVMTypeRef DestTy, LLVMBool DestIsSigned) { in LLVMGetCastOpcode() argument
3951 unwrap(Src), SrcIsSigned, unwrap(DestTy), DestIsSigned)); in LLVMGetCastOpcode()
H A DInstructions.cpp3616 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3653 if (DestIsSigned) in getCastOpcode()