Searched refs:isInt128InVR (Results 1 – 2 of 2) sorted by relevance
496 (isInt128InVR(Ty) && in getArithmeticInstrCost()506 (isInt128InVR(Ty) && in getArithmeticInstrCost()819 else if (isInt128InVR(Dst)) { in getCastInstrCost()830 if (Opcode == Instruction::Trunc && isInt128InVR(Src) && I != nullptr) { in getCastInstrCost()989 if (ValTy->isFloatingPointTy() || isInt128InVR(ValTy)) in getCmpSelInstrCost()
31 bool isInt128InVR(Type *Ty) { return Ty->isIntegerTy(128) && ST->hasVector(); } in isInt128InVR() function