Home
last modified time | relevance | path

Searched refs:InvCond (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp792 X86::CondCode InvCond = X86::GetOppositeBranchCondition(Cond); in tracePredStateThroughCFG() local
796 {InvCond}); in tracePredStateThroughCFG()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4010 ISD::CondCode InvCond = ISD::getSetCCInverse(Cond, CTVT); in simplifySetCCWithCTPOP() local
4013 SDValue LHS = DAG.getSetCC(dl, VT, CTOp, Zero, InvCond); in simplifySetCCWithCTPOP()
4291 ISD::CondCode InvCond = ISD::getSetCCInverse( in SimplifySetCC() local
4296 InvCond); in SimplifySetCC()