Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2306 bool LHSIsConst = false; in shouldVisitRHS() local
2308 LHSIsConst = LHS->EvaluateAsBooleanCondition( in shouldVisitRHS()
2310 return !LHSIsConst || (LHSIsConst && !LHSIsTrue); in shouldVisitRHS()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48082 bool LHSIsConst = ISD::isBuildVectorOfConstantSDNodes(LHS.getNode()); in combineSelect() local
48085 if ((LHSIsConst || (LHS.getOpcode() == ISD::BITCAST && in combineSelect()
48089 if (LHSIsConst) in combineSelect()