Searched refs:IcInput (Results 1 – 1 of 1) sorted by relevance
6364 ICmpInst::Predicate IcInput = static_cast<ICmpInst::Predicate>(CondCode); in lowerICMPIntrinsic() local6374 ICmpInst::isSigned(IcInput) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in lowerICMPIntrinsic()6379 ISD::CondCode CCOpcode = getICmpCondCode(IcInput); in lowerICMPIntrinsic()6409 FCmpInst::Predicate IcInput = static_cast<FCmpInst::Predicate>(CondCode); in lowerFCMPIntrinsic() local6410 ISD::CondCode CCOpcode = getFCmpCondCode(IcInput); in lowerFCMPIntrinsic()