Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IntrinsicID

1410 static Constant *ConstantFoldScalarCall(StringRef Name, unsigned IntrinsicID,
1415 if (IntrinsicID == Intrinsic::convert_to_fp16) {
1427 if (IntrinsicID == Intrinsic::round) {
1445 switch (IntrinsicID) {
1518 else if (IntrinsicID == Intrinsic::sqrt &&
1551 switch (IntrinsicID) {
1579 switch (IntrinsicID) {
1601 if (IntrinsicID == Intrinsic::bswap)
1620 if (IntrinsicID == Intrinsic::pow) {
1623 if (IntrinsicID == Intrinsic::copysign) {
1638 if (IntrinsicID == Intrinsic::powi && Ty->isHalfTy())
1642 if (IntrinsicID == Intrinsic::powi && Ty->isFloatTy())
1646 if (IntrinsicID == Intrinsic::powi && Ty->isDoubleTy())
1656 switch (IntrinsicID) {
1666 switch (IntrinsicID) {
1715 switch (IntrinsicID) {
1736 static Constant *ConstantFoldVectorCall(StringRef Name, unsigned IntrinsicID,
1755 Constant *Folded = ConstantFoldScalarCall(Name, IntrinsicID, Ty, Lane, TLI);