HomeSort by relevance Sort by last modified time
    Searched refs:LC (Results 26 - 50 of 184) sorted by null

12 3 4 5 6 7 8

  /external/llvm/include/llvm/IR/
IRBuilder.h 780 if (Constant *LC = dyn_cast<Constant>(LHS))
782 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name);
794 if (Constant *LC = dyn_cast<Constant>(LHS))
796 return Insert(Folder.CreateFAdd(LC, RC), Name);
802 if (Constant *LC = dyn_cast<Constant>(LHS))
804 return Insert(Folder.CreateSub(LC, RC, HasNUW, HasNSW), Name);
816 if (Constant *LC = dyn_cast<Constant>(LHS))
818 return Insert(Folder.CreateFSub(LC, RC), Name);
824 if (Constant *LC = dyn_cast<Constant>(LHS))
826 return Insert(Folder.CreateMul(LC, RC, HasNUW, HasNSW), Name)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 832 if (Constant *LC = dyn_cast<Constant>(LHS))
834 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 832 if (Constant *LC = dyn_cast<Constant>(LHS))
834 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 832 if (Constant *LC = dyn_cast<Constant>(LHS))
834 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 832 if (Constant *LC = dyn_cast<Constant>(LHS))
834 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 832 if (Constant *LC = dyn_cast<Constant>(LHS))
834 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 832 if (Constant *LC = dyn_cast<Constant>(LHS))
834 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 832 if (Constant *LC = dyn_cast<Constant>(LHS))
834 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 832 if (Constant *LC = dyn_cast<Constant>(LHS))
834 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 87 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) {
88 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC));
92 const LocationContext *LC) {
93 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_format_interceptor_test.cc 44 static const unsigned LC = sizeof(wchar_t);
119 testScanf("%lc", 1, LC);
135 testScanf("%10ls", 1, 11 * LC);
136 testScanf("%10lc", 1, 10 * LC);
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 64 RTLIB::Libcall LC) const;
ARMSelectionDAGInfo.cpp 26 SDValue Size, unsigned Align, RTLIB::Libcall LC) const {
33 if (std::strncmp(TLI->getLibcallName(LC), "__aeabi", 7) != 0)
45 switch (LC) {
118 TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()),
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 110 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) {
111 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC));
115 const LocationContext *LC) {
116 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 110 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) {
111 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC));
115 const LocationContext *LC) {
116 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 110 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) {
111 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC));
115 const LocationContext *LC) {
116 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 110 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) {
111 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC));
115 const LocationContext *LC) {
116 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 110 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) {
111 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC));
115 const LocationContext *LC) {
116 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 110 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) {
111 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC));
115 const LocationContext *LC) {
116 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 110 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) {
111 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC));
115 const LocationContext *LC) {
116 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 110 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) {
111 return svalBuilder.makeLoc(MRMgr.getVarRegion(VD, LC));
115 const LocationContext *LC) {
116 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 357 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0));
358 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!");
359 return MakeLibCall(LC, NVT, &Op, 1, false, N->getDebugLoc());
374 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0));
375 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND!");
376 return MakeLibCall(LC, NVT, &Op, 1, false, N->getDebugLoc());
549 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
551 t <= MVT::LAST_INTEGER_VALUETYPE && LC == RTLIB::UNKNOWN_LIBCALL; ++t) {
555 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
557 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported XINT_TO_FP!")
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 167 const LocationContext *LC = C.getLocationContext();
169 state->getRegion(VD, LC)->getExtent(svalBuilder);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
test2xcoff32.d 18 1a: R_TOC LC\.\.0-0x70

Completed in 939 milliseconds

12 3 4 5 6 7 8