Home
last modified time | relevance | path

Searched refs:ZeroVal (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngineCXX.cpp246 SVal ZeroVal = svalBuilder.makeZeroVal(getContext().CharTy); in VisitCXXConstructExpr() local
264 State = State->bindDefault(loc::MemRegionVal(Target), ZeroVal); in VisitCXXConstructExpr()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeVectorTypes.cpp2661 SDValue ZeroVal = DAG.getConstant(0, dl, MaskVT); in WidenVecRes_MLOAD() local
2664 Ops[i] = ZeroVal; in WidenVecRes_MLOAD()
3058 SDValue ZeroVal = DAG.getConstant(0, dl, MaskVT); in WidenVecOp_MSTORE() local
3061 Ops[i] = ZeroVal; in WidenVecOp_MSTORE()
HDLegalizeIntegerTypes.cpp1179 SDValue ZeroVal = DAG.getConstant(0, dl, MaskVT); in PromoteIntOp_MSTORE() local
1182 Ops[i] = ZeroVal; in PromoteIntOp_MSTORE()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMallocChecker.cpp731 SVal ZeroVal = C.getSValBuilder().makeZeroVal(Ctx.CharTy); in performKernelMalloc() local
732 return MallocMemAux(C, CE, CE->getArg(0), ZeroVal, TrueState); in performKernelMalloc()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp24044 SDValue ZeroVal = DAG.getConstant(0, dl, Mask.getValueType()); in PerformMLOADCombine() local
24047 Ops[i] = ZeroVal; in PerformMLOADCombine()
24128 SDValue ZeroVal = DAG.getConstant(0, dl, Mask.getValueType()); in PerformMSTORECombine() local
24131 Ops[i] = ZeroVal; in PerformMSTORECombine()