Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h3998 LLVMTypeRef DestTy, LLVMBool DestIsSigned);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3637 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
3674 if (DestIsSigned) in getCastOpcode()
H A DCore.cpp3805 LLVMTypeRef DestTy, LLVMBool DestIsSigned) { in LLVMGetCastOpcode() argument
3807 unwrap(Src), SrcIsSigned, unwrap(DestTy), DestIsSigned)); in LLVMGetCastOpcode()