Searched refs:expandAbs (Results 1 – 2 of 2) sorted by relevance
52 static bool expandAbs(CallInst *Orig) { in expandAbs() function267 return expandAbs(Orig); in expandIntrinsic()
315 bool expandAbs(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,2652 return expandAbs(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success; in tryExpandInstruction()5208 bool MipsAsmParser::expandAbs(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandAbs() function in MipsAsmParser