reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1883 switch (IID) { 1966 if (IID == Intrinsic::fshr) { 1973 assert(IID == Intrinsic::fshl && 2024 bool IsSigned = IID == Intrinsic::sadd_with_overflow; 2034 IID, X, ConstantInt::get(Arg1->getType(), NewC))); 2110 if (IID == Intrinsic::ssub_sat && match(Arg1, m_Constant(C)) && 2126 IID == Intrinsic::uadd_sat || IID == Intrinsic::usub_sat; 2126 IID == Intrinsic::uadd_sat || IID == Intrinsic::usub_sat; 2127 if (Other->getIntrinsicID() == IID && 2148 IID, X, ConstantInt::get(II->getType(), NewVal))); 2169 switch (IID) { 2194 if (M->getIntrinsicID() == IID && match(Arg1, m_APFloat(C1)) && 2200 switch (IID) { 2217 IID, X, ConstantFP::get(Arg0->getType(), Res)); 2303 Value *NarrowII = Builder.CreateUnaryIntrinsic(IID, ExtSrc, II); 2640 switch (IID) { 2684 switch (IID) { 3269 bool Zext = (IID == Intrinsic::arm_neon_vmullu || 3270 IID == Intrinsic::aarch64_neon_umull); 3360 if (IID == Intrinsic::amdgcn_frexp_mant) { 3545 bool Signed = IID == Intrinsic::amdgcn_sbfe; 3578 bool IsCompr = IID == Intrinsic::amdgcn_exp_compr; 3666 bool IsInteger = IID == Intrinsic::amdgcn_icmp; 3846 if (IID == Intrinsic::amdgcn_readfirstlane) {