Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp791 X86::CondCode InvCond = X86::GetOppositeBranchCondition(Cond); in tracePredStateThroughCFG() local
795 {InvCond}); in tracePredStateThroughCFG()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3468 ISD::CondCode InvCond = ISD::getSetCCInverse(Cond, CTVT); in simplifySetCCWithCTPOP() local
3471 SDValue LHS = DAG.getSetCC(dl, VT, CTOp, Zero, InvCond); in simplifySetCCWithCTPOP()
3632 ISD::CondCode InvCond = ISD::getSetCCInverse( in SimplifySetCC() local
3637 InvCond); in SimplifySetCC()