reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
892 if (Opcode == Instruction::InsertElement && Val->isIntOrIntVectorTy(64)) 896 int Cost = ((getScalarSizeInBits(Val) == 1) ? 2 /*+test-under-mask*/ : 1); 899 if (Index == 0 && Val->isIntOrIntVectorTy()) 905 return BaseT::getVectorInstrCost(Opcode, Val, Index);