Searched refs:IcInput (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4573 ICmpInst::Predicate IcInput = static_cast<ICmpInst::Predicate>(CondCode);
4582 unsigned PromoteOp = ICmpInst::isSigned(IcInput) ?
4588 ISD::CondCode CCOpcode = getICmpCondCode(IcInput);
4619 FCmpInst::Predicate IcInput = static_cast<FCmpInst::Predicate>(CondCode); local
4620 ISD::CondCode CCOpcode = getFCmpCondCode(IcInput);

Completed in 82 milliseconds