Lines Matching refs:MCConstantExpr
258 int32_t V = cast<MCConstantExpr>(HE->getExpr())->getValue(); in ScaleVectorOffset()
259 auto *NewCE = MCConstantExpr::create(V / int32_t(VectorSize), Ctx); in ScaleVectorOffset()
292 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction()
299 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction()
306 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction()
313 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction()
320 const MCConstantExpr *C255 = MCConstantExpr::create(255, OutContext); in HexagonProcessInstruction()
445 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction()
481 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction()
508 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction()
527 const MCExpr *MOne = MCConstantExpr::create(-1, OutContext); in HexagonProcessInstruction()
531 const MCExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction()