Searched refs:SExtValue (Results 1 – 3 of 3) sorted by relevance
199 int SExtValue = OConst->getSExtValue(); in checkOffsetSize() local200 if (SExtValue >= TargetElemMaxSize || SExtValue < 0) in checkOffsetSize()
1103 SDValue SExtValue = DAG.getNode(ISD::SIGN_EXTEND, DL, MVT::i32, in lowerPrivateTruncStore() local1107 SDValue MaskedValue = DAG.getZeroExtendInReg(SExtValue, DL, MemVT); in lowerPrivateTruncStore()
855 func (v Value) SExtValue() int64 { return int64(C.LLVMConstIntGetSExtValue(v.C)) } func