Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h62 struct CondContext { struct
67 CondContext(Value *Cond) : Cond(Cond) {} in CondContext() argument
77 const CondContext *CC = nullptr;
128 SimplifyQuery getWithCondContext(const CondContext &CC) const { in getWithCondContext()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp4089 CondContext CC(CondVal); in visitSelectInst()