Searched refs:IndexValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp168 uint64_t getConstant(const Value *IndexValue);
515 uint64_t BPFAbstractMemberAccess::getConstant(const Value *IndexValue) { argument
516 const ConstantInt *CV = dyn_cast<ConstantInt>(IndexValue);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3147 llvm::APSInt IndexValue;
3149 Index = CheckArrayDesignatorExpr(*this, Index, IndexValue).get();

Completed in 197 milliseconds