Searched refs:expandAbs (Results 1 – 2 of 2) sorted by relevance
146 static Value *expandAbs(CallInst *Orig) { in expandAbs() function840 Result = expandAbs(Orig); in expandIntrinsic()
315 bool expandAbs(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,2608 return expandAbs(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success; in tryExpandInstruction()5151 bool MipsAsmParser::expandAbs(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandAbs() function in MipsAsmParser