Home
last modified time | relevance | path

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

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