Searched refs:IcInput (Results 1 – 1 of 1) sorted by relevance
5786 ICmpInst::Predicate IcInput = static_cast<ICmpInst::Predicate>(CondCode); in lowerICMPIntrinsic() local5795 unsigned PromoteOp = ICmpInst::isSigned(IcInput) ? in lowerICMPIntrinsic()5801 ISD::CondCode CCOpcode = getICmpCondCode(IcInput); in lowerICMPIntrinsic()5831 FCmpInst::Predicate IcInput = static_cast<FCmpInst::Predicate>(CondCode); in lowerFCMPIntrinsic() local5832 ISD::CondCode CCOpcode = getFCmpCondCode(IcInput); in lowerFCMPIntrinsic()