Searched refs:IcInput (Results 1 – 1 of 1) sorted by relevance
4877 ICmpInst::Predicate IcInput = static_cast<ICmpInst::Predicate>(CondCode); in lowerICMPIntrinsic() local4886 unsigned PromoteOp = ICmpInst::isSigned(IcInput) ? in lowerICMPIntrinsic()4892 ISD::CondCode CCOpcode = getICmpCondCode(IcInput); in lowerICMPIntrinsic()4923 FCmpInst::Predicate IcInput = static_cast<FCmpInst::Predicate>(CondCode); in lowerFCMPIntrinsic() local4924 ISD::CondCode CCOpcode = getFCmpCondCode(IcInput); in lowerFCMPIntrinsic()