Searched refs:ZeroVal (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | ExprEngineCXX.cpp | 246 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/ |
| HD | LegalizeVectorTypes.cpp | 2661 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()
|
| HD | LegalizeIntegerTypes.cpp | 1179 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/ |
| HD | MallocChecker.cpp | 731 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/ |
| HD | X86ISelLowering.cpp | 24044 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()
|