Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2026 bool LHSIsConst = false; in shouldVisitRHS() local
2028 LHSIsConst = LHS->EvaluateAsBooleanCondition( in shouldVisitRHS()
2030 return !LHSIsConst || (LHSIsConst && !LHSIsTrue); in shouldVisitRHS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45262 bool LHSIsConst = ISD::isBuildVectorOfConstantSDNodes(LHS.getNode()); in combineSelect() local
45265 if ((LHSIsConst || (LHS.getOpcode() == ISD::BITCAST && in combineSelect()
45269 if (LHSIsConst) in combineSelect()