Home
last modified time | relevance | path

Searched refs:SrcIsSigned (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DInstrTypes.h783 bool SrcIsSigned, ///< Whether to treat the source as signed
/external/llvm/lib/IR/
DInstructions.cpp2907 const Value *Src, bool SrcIsSigned, Type *DestTy, bool DestIsSigned) { in getCastOpcode() argument
2936 if (SrcIsSigned) in getCastOpcode()
2959 if (SrcIsSigned) in getCastOpcode()