Searched refs:DestIsSigned (Results 1 – 3 of 3) sorted by relevance
3998 LLVMTypeRef DestTy, LLVMBool DestIsSigned);
3637 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument3674 if (DestIsSigned) in getCastOpcode()
3805 LLVMTypeRef DestTy, LLVMBool DestIsSigned) { in LLVMGetCastOpcode() argument3807 unwrap(Src), SrcIsSigned, unwrap(DestTy), DestIsSigned)); in LLVMGetCastOpcode()