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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp790 X86::CondCode InvCond = X86::GetOppositeBranchCondition(Cond); local
794 {InvCond});
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2817 Value *InvCond = CreateICmpEQ(MaskedPtr, Zero, "maskcond"); local
2819 *TheCheck = InvCond;
2821 return CreateAssumption(InvCond);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3205 ISD::CondCode InvCond = ISD::getSetCCInverse(Cond, CTVT); local
3208 SDValue LHS = DAG.getSetCC(dl, VT, CTOp, Zero, InvCond);
3294 ISD::CondCode InvCond = ISD::getSetCCInverse(
3299 InvCond);

Completed in 194 milliseconds